#66D9C4

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

Shades of Downy #66D9C4

Tints of Downy #66D9C4

Color information

#66D9C4 (or 0x66D9C4) is unknown color: approx Downy. HEX triplet: 66, D9 and C4. RGB value is (102,217,196). Sum of RGB (Red+Green+Blue) = 102+217+196=515 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.81% from 515); Green value is 217 (85.16% from 255 or 42.14% from 515); Blue value is 196 (76.95% from 255 or 38.06% from 515); Max value from RGB is 217 - color contains mainly: green. Hex color #66D9C4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66D9C4 is #99263B. Grayscale: #B4B4B4. Windows color (decimal): -10036796 or 12900710. OLE color: 12900710.

HSL color Cylindrical-coordinate representation of color #66D9C4: hue angle of 169.04º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66D9C4 is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB102217196-
CMYK0.5300.100.15
HSL169.04º60.21%62.55%-
HSV(B)169.04º53%85.1%-
XYZ40.2656.4461-
YUV180.22136.972.21-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.81%
GREEN value IS 217 (85.16% from 255) = 42.14%
BLUE value IS 196 (76.95% from 255) = 38.06%
R=19.81%
G=42.14%
B=38.06%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1022171960.5300.100.15169.0460.2162.55
Hex66D9C4350AFa93c3f
Octal14633130465012172517477
Binary1100110110110011100010011010101010111110101001111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66D9C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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