#6EE0BB

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

Shades of Downy #6EE0BB

Tints of Downy #6EE0BB

Color information

#6EE0BB (or 0x6EE0BB) is unknown color: approx Downy. HEX triplet: 6E, E0 and BB. RGB value is (110,224,187). Sum of RGB (Red+Green+Blue) = 110+224+187=521 (69% of max value = 765). Red value is 110 (43.36% from 255 or 21.11% from 521); Green value is 224 (87.89% from 255 or 42.99% from 521); Blue value is 187 (73.44% from 255 or 35.89% from 521); Max value from RGB is 224 - color contains mainly: green. Hex color #6EE0BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EE0BB is #911F44. Grayscale: #B9B9B9. Windows color (decimal): -9510725 or 12312686. OLE color: 12312686.

HSL color Cylindrical-coordinate representation of color #6EE0BB: hue angle of 160.53º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6EE0BB is Cyan = 0.51, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB110224187-
CMYK0.5100.170.12
HSL160.53º64.77%65.49%-
HSV(B)160.53º50.89%87.84%-
XYZ42.0660.2156.42-
YUV185.7128.7374.01-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 21.11%
GREEN value IS 224 (87.89% from 255) = 42.99%
BLUE value IS 187 (73.44% from 255) = 35.89%
R=21.11%
G=42.99%
B=35.89%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1102241870.5100.170.12160.5364.7765.49
Hex6EE0BB33011Ca14141
Octal1563402736302114241101101
Binary1101110111000001011101111001101000111001010000110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EE0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,224,187); }

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

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

 a { background-color: rgb(110,224,187); }

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

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

 span { border-color: rgb(110,224,187); }

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