#64D9B8

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

Shades of Downy #64D9B8

Tints of Downy #64D9B8

Color information

#64D9B8 (or 0x64D9B8) is unknown color: approx Downy. HEX triplet: 64, D9 and B8. RGB value is (100,217,184). Sum of RGB (Red+Green+Blue) = 100+217+184=501 (66% of max value = 765). Red value is 100 (39.45% from 255 or 19.96% from 501); Green value is 217 (85.16% from 255 or 43.31% from 501); Blue value is 184 (72.27% from 255 or 36.73% from 501); Max value from RGB is 217 - color contains mainly: green. Hex color #64D9B8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64D9B8 is #9B2647. Grayscale: #B2B2B2. Windows color (decimal): -10167880 or 12114276. OLE color: 12114276.

HSL color Cylindrical-coordinate representation of color #64D9B8: hue angle of 163.08º degrees, saturation: 0.61, 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 #64D9B8 is Cyan = 0.54, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB100217184-
CMYK0.5400.150.15
HSL163.08º60.62%62.16%-
HSV(B)163.08º53.92%85.1%-
XYZ38.7255.854.08-
YUV178.26131.2472.18-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.96%
GREEN value IS 217 (85.16% from 255) = 43.31%
BLUE value IS 184 (72.27% from 255) = 36.73%
R=19.96%
G=43.31%
B=36.73%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1002171840.5400.150.15163.0860.6262.16
Hex64D9B8360FFa33d3e
Octal14433127066017172437576
Binary1100100110110011011100011011001111111110100011111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64D9B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,217,184); }

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

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

 a { background-color: rgb(100,217,184); }

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

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

 span { border-color: rgb(100,217,184); }

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