#66dfc9

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

Shades of Downy #66DFC9

Tints of Downy #66DFC9

Color information

#66DFC9 (or 0x66DFC9) is unknown color: approx Downy. HEX triplet: 66, DF and C9. RGB value is (102,223,201). Sum of RGB (Red+Green+Blue) = 102+223+201=526 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.39% from 526); Green value is 223 (87.5% from 255 or 42.40% from 526); Blue value is 201 (78.91% from 255 or 38.21% from 526); Max value from RGB is 223 - color contains mainly: green. Hex color #66DFC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66DFC9 is #992036. Grayscale: #B8B8B8. Windows color (decimal): -10035255 or 13229926. OLE color: 13229926.

HSL color Cylindrical-coordinate representation of color #66DFC9: hue angle of 169.09º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66DFC9 is Cyan = 0.54, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB102223201-
CMYK0.5400.100.13
HSL169.09º65.41%63.73%-
HSV(B)169.09º54.26%87.45%-
XYZ42.4159.8264.57-
YUV184.31137.4169.29-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.39%
GREEN value IS 223 (87.5% from 255) = 42.40%
BLUE value IS 201 (78.91% from 255) = 38.21%
R=19.39%
G=42.40%
B=38.21%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1022232010.5400.100.13169.0965.4163.73
Hex66DFC9360ADa94140
Octal1463373116601215251101100
Binary110011011011111110010011101100101011011010100110000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66dfc9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,223,201); }

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

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

 a { background-color: rgb(102,223,201); }

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

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

 span { border-color: rgb(102,223,201); }

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