#66D4C4

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

Shades of Downy #66D4C4

Tints of Downy #66D4C4

Color information

#66D4C4 (or 0x66D4C4) is unknown color: approx Downy. HEX triplet: 66, D4 and C4. RGB value is (102,212,196). Sum of RGB (Red+Green+Blue) = 102+212+196=510 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20% from 510); Green value is 212 (83.20% from 255 or 41.57% from 510); Blue value is 196 (76.95% from 255 or 38.43% from 510); Max value from RGB is 212 - color contains mainly: green. Hex color #66D4C4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66D4C4 is #992B3B. Grayscale: #B1B1B1. Windows color (decimal): -10038076 or 12899430. OLE color: 12899430.

HSL color Cylindrical-coordinate representation of color #66D4C4: hue angle of 171.27º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #66D4C4 is Cyan = 0.52, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.17.

Color convert

RGB102212196-
CMYK0.5200.080.17
HSL171.27º56.12%61.57%-
HSV(B)171.27º51.89%83.14%-
XYZ38.9953.960.57-
YUV177.29138.5674.3-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20%
GREEN value IS 212 (83.20% from 255) = 41.57%
BLUE value IS 196 (76.95% from 255) = 38.43%
R=20%
G=41.57%
B=38.43%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1022121960.5200.080.17171.2756.1261.57
Hex66D4C4340811ab383e
Octal14632430464010212537076
Binary11001101101010011000100110100010001000110101011111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66D4C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,212,196); }

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

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

 a { background-color: rgb(102,212,196); }

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

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

 span { border-color: rgb(102,212,196); }

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