#66E1CF

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

Shades of Downy #66E1CF

Tints of Downy #66E1CF

Color information

#66E1CF (or 0x66E1CF) is unknown color: approx Downy. HEX triplet: 66, E1 and CF. RGB value is (102,225,207). Sum of RGB (Red+Green+Blue) = 102+225+207=534 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.10% from 534); Green value is 225 (88.28% from 255 or 42.13% from 534); Blue value is 207 (81.25% from 255 or 38.76% from 534); Max value from RGB is 225 - color contains mainly: green. Hex color #66E1CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66E1CF is #991E30. Grayscale: #BABABA. Windows color (decimal): -10034737 or 13623654. OLE color: 13623654.

HSL color Cylindrical-coordinate representation of color #66E1CF: hue angle of 171.22º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66E1CF is Cyan = 0.55, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB102225207-
CMYK0.5500.080.12
HSL171.22º67.21%64.12%-
HSV(B)171.22º54.67%88.24%-
XYZ43.6761.1868.54-
YUV186.17139.7567.96-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.10%
GREEN value IS 225 (88.28% from 255) = 42.13%
BLUE value IS 207 (81.25% from 255) = 38.76%
R=19.10%
G=42.13%
B=38.76%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1022252070.5500.080.12171.2267.2164.12
Hex66E1CF3708Cab4340
Octal1463413176701014253103100
Binary110011011100001110011111101110100011001010101110000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66E1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66E1CF; }

 p { color: rgb(102,225,207); }

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

<style>
 a { background-color: #66E1CF; }

 a { background-color: rgb(102,225,207); }

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

<style>
 span { border-color: #66E1CF; }

 span { border-color: rgb(102,225,207); }

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