#64D6B8

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

Shades of Downy #64D6B8

Tints of Downy #64D6B8

Color information

#64D6B8 (or 0x64D6B8) is unknown color: approx Downy. HEX triplet: 64, D6 and B8. RGB value is (100,214,184). Sum of RGB (Red+Green+Blue) = 100+214+184=498 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.08% from 498); Green value is 214 (83.98% from 255 or 42.97% from 498); Blue value is 184 (72.27% from 255 or 36.95% from 498); Max value from RGB is 214 - color contains mainly: green. Hex color #64D6B8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64D6B8 is #9B2947. Grayscale: #B0B0B0. Windows color (decimal): -10168648 or 12113508. OLE color: 12113508.

HSL color Cylindrical-coordinate representation of color #64D6B8: hue angle of 164.21º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64D6B8 is Cyan = 0.53, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB100214184-
CMYK0.5300.140.16
HSL164.21º58.16%61.57%-
HSV(B)164.21º53.27%83.92%-
XYZ37.9554.2653.82-
YUV176.49132.2373.44-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.08%
GREEN value IS 214 (83.98% from 255) = 42.97%
BLUE value IS 184 (72.27% from 255) = 36.95%
R=20.08%
G=42.97%
B=36.95%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1002141840.5300.140.16164.2158.1661.57
Hex64D6B8350E10a43a3e
Octal14432627065016202447276
Binary11001001101011010111000110101011101000010100100111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64D6B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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