#66E3CF

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

Shades of Downy #66E3CF

Tints of Downy #66E3CF

Color information

#66E3CF (or 0x66E3CF) is unknown color: approx Downy. HEX triplet: 66, E3 and CF. RGB value is (102,227,207). Sum of RGB (Red+Green+Blue) = 102+227+207=536 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.03% from 536); Green value is 227 (89.06% from 255 or 42.35% from 536); Blue value is 207 (81.25% from 255 or 38.62% from 536); Max value from RGB is 227 - color contains mainly: green. Hex color #66E3CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66E3CF is #991C30. Grayscale: #BBBBBB. Windows color (decimal): -10034225 or 13624166. OLE color: 13624166.

HSL color Cylindrical-coordinate representation of color #66E3CF: hue angle of 170.4º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66E3CF is Cyan = 0.55, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB102227207-
CMYK0.5500.090.11
HSL170.4º69.06%64.51%-
HSV(B)170.4º55.07%89.02%-
XYZ44.2162.2768.72-
YUV187.34139.0967.13-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.03%
GREEN value IS 227 (89.06% from 255) = 42.35%
BLUE value IS 207 (81.25% from 255) = 38.62%
R=19.03%
G=42.35%
B=38.62%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1022272070.5500.090.11170.469.0664.51
Hex66E3CF3709Baa4541
Octal1463433176701113252105101
Binary110011011100011110011111101110100110111010101010001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66E3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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