#66E3C3

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

Shades of Downy #66E3C3

Tints of Downy #66E3C3

Color information

#66E3C3 (or 0x66E3C3) is unknown color: approx Downy. HEX triplet: 66, E3 and C3. RGB value is (102,227,195). Sum of RGB (Red+Green+Blue) = 102+227+195=524 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.47% from 524); Green value is 227 (89.06% from 255 or 43.32% from 524); Blue value is 195 (76.56% from 255 or 37.21% from 524); Max value from RGB is 227 - color contains mainly: green. Hex color #66E3C3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66E3C3 is #991C3C. Grayscale: #B9B9B9. Windows color (decimal): -10034237 or 12837734. OLE color: 12837734.

HSL color Cylindrical-coordinate representation of color #66E3C3: hue angle of 164.64º 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 #66E3C3 is Cyan = 0.55, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.

Color convert

RGB102227195-
CMYK0.5500.140.11
HSL164.64º69.06%64.51%-
HSV(B)164.64º55.07%89.02%-
XYZ42.861.761.28-
YUV185.98133.0968.1-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.47%
GREEN value IS 227 (89.06% from 255) = 43.32%
BLUE value IS 195 (76.56% from 255) = 37.21%
R=19.47%
G=43.32%
B=37.21%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1022271950.5500.140.11164.6469.0664.51
Hex66E3C3370EBa54541
Octal1463433036701613245105101
Binary110011011100011110000111101110111010111010010110001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66E3C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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