#64D8D0

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

Shades of Downy #64D8D0

Tints of Downy #64D8D0

Color information

#64D8D0 (or 0x64D8D0) is unknown color: approx Downy. HEX triplet: 64, D8 and D0. RGB value is (100,216,208). Sum of RGB (Red+Green+Blue) = 100+216+208=524 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.08% from 524); Green value is 216 (84.77% from 255 or 41.22% from 524); Blue value is 208 (81.64% from 255 or 39.69% from 524); Max value from RGB is 216 - color contains mainly: green. Hex color #64D8D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64D8D0 is #9B272F. Grayscale: #B4B4B4. Windows color (decimal): -10168112 or 13686884. OLE color: 13686884.

HSL color Cylindrical-coordinate representation of color #64D8D0: hue angle of 175.86º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64D8D0 is Cyan = 0.54, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB100216208-
CMYK0.5400.040.15
HSL175.86º59.79%61.96%-
HSV(B)175.86º53.7%84.71%-
XYZ41.256.3868.38-
YUV180.4143.5770.65-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.08%
GREEN value IS 216 (84.77% from 255) = 41.22%
BLUE value IS 208 (81.64% from 255) = 39.69%
R=19.08%
G=41.22%
B=39.69%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1002162080.5400.040.15175.8659.7961.96
Hex64D8D03604Fb03c3e
Octal1443303206604172607476
Binary110010011011000110100001101100100111110110000111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64D8D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64D8D0; }

 p { color: rgb(100,216,208); }

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

<style>
 a { background-color: #64D8D0; }

 a { background-color: rgb(100,216,208); }

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

<style>
 span { border-color: #64D8D0; }

 span { border-color: rgb(100,216,208); }

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