#6ee6cc

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

Shades of Downy #6EE6CC

Tints of Downy #6EE6CC

Color information

#6EE6CC (or 0x6EE6CC) is unknown color: approx Downy. HEX triplet: 6E, E6 and CC. RGB value is (110,230,204). Sum of RGB (Red+Green+Blue) = 110+230+204=544 (72% of max value = 765). Red value is 110 (43.36% from 255 or 20.22% from 544); Green value is 230 (90.23% from 255 or 42.28% from 544); Blue value is 204 (80.08% from 255 or 37.5% from 544); Max value from RGB is 230 - color contains mainly: green. Hex color #6EE6CC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EE6CC is #911933. Grayscale: #BFBFBF. Windows color (decimal): -9509172 or 13428334. OLE color: 13428334.

HSL color Cylindrical-coordinate representation of color #6EE6CC: hue angle of 167º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6EE6CC is Cyan = 0.52, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB110230204-
CMYK0.5200.110.10
HSL167º70.59%66.67%-
HSV(B)167º52.17%90.2%-
XYZ45.6364.2767.13-
YUV191.16135.2470.11-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 20.22%
GREEN value IS 230 (90.23% from 255) = 42.28%
BLUE value IS 204 (80.08% from 255) = 37.5%
R=20.22%
G=42.28%
B=37.5%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1102302040.5200.110.1016770.5966.67
Hex6EE6CC340BAa74743
Octal1563463146401312247107103
Binary110111011100110110011001101000101110101010011110001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ee6cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,230,204); }

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

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

 a { background-color: rgb(110,230,204); }

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

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

 span { border-color: rgb(110,230,204); }

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