#6FEBB9

Color #6FEBB9 Downy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Downy #6FEBB9

Tints of Downy #6FEBB9

Color information

#6FEBB9 (or 0x6FEBB9) is unknown color: approx Downy. HEX triplet: 6F, EB and B9. RGB value is (111,235,185). Sum of RGB (Red+Green+Blue) = 111+235+185=531 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.90% from 531); Green value is 235 (92.19% from 255 or 44.26% from 531); Blue value is 185 (72.66% from 255 or 34.84% from 531); Max value from RGB is 235 - color contains mainly: green. Hex color #6FEBB9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FEBB9 is #901446. Grayscale: #C0C0C0. Windows color (decimal): -9442375 or 12184431. OLE color: 12184431.

HSL color Cylindrical-coordinate representation of color #6FEBB9: hue angle of 155.81º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6FEBB9 is Cyan = 0.53, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB111235185-
CMYK0.5300.210.08
HSL155.81º75.61%67.84%-
HSV(B)155.81º52.77%92.16%-
XYZ45.0266.356.32-
YUV192.22123.9270.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 111 (43.75% from 255) = 20.90%
GREEN value IS 235 (92.19% from 255) = 44.26%
BLUE value IS 185 (72.66% from 255) = 34.84%
R=20.90%
G=44.26%
B=34.84%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1112351850.5300.210.08155.8175.6167.84
Hex6FEBB93501589c4c44
Octal1573532716502510234114104
Binary1101111111010111011100111010101010110001001110010011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FEBB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6FEBB9; }

 p { color: rgb(111,235,185); }

 H1.HeaderClassName
 {
   color: #6FEBB9;
 }
 .AnyTagClassName
 {
   color: #6FEBB9;
 }
</style>
background-color css

<style>
 a { background-color: #6FEBB9; }

 a { background-color: rgb(111,235,185); }

 div.DivClassName
 {
   background-color: #6FEBB9;
 }
 .BgClassName
 {
   background-color: #6FEBB9;
 }
</style>
border-color css

<style>
 span { border-color: #6FEBB9; }

 span { border-color: rgb(111,235,185); }

 td.TdClassName
 {
   border-color: #6FEBB9;
 }
 .TagClassName
 {
   border-color: #6FEBB9;
 }
</style>