#6EE6CA

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

Shades of Downy #6EE6CA

Tints of Downy #6EE6CA

Color information

#6EE6CA (or 0x6EE6CA) is unknown color: approx Downy. HEX triplet: 6E, E6 and CA. RGB value is (110,230,202). Sum of RGB (Red+Green+Blue) = 110+230+202=542 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.30% from 542); Green value is 230 (90.23% from 255 or 42.44% from 542); Blue value is 202 (79.30% from 255 or 37.27% from 542); Max value from RGB is 230 - color contains mainly: green. Hex color #6EE6CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EE6CA is #911935. Grayscale: #BEBEBE. Windows color (decimal): -9509174 or 13297262. OLE color: 13297262.

HSL color Cylindrical-coordinate representation of color #6EE6CA: hue angle of 166º 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 #6EE6CA is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB110230202-
CMYK0.5200.120.10
HSL166º70.59%66.67%-
HSV(B)166º52.17%90.2%-
XYZ45.3964.1765.87-
YUV190.93134.2470.28-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 20.30%
GREEN value IS 230 (90.23% from 255) = 42.44%
BLUE value IS 202 (79.30% from 255) = 37.27%
R=20.30%
G=42.44%
B=37.27%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1102302020.5200.120.1016670.5966.67
Hex6EE6CA340CAa64743
Octal1563463126401412246107103
Binary110111011100110110010101101000110010101010011010001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EE6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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