#64D6C9

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

Shades of Downy #64D6C9

Tints of Downy #64D6C9

Color information

#64D6C9 (or 0x64D6C9) is unknown color: approx Downy. HEX triplet: 64, D6 and C9. RGB value is (100,214,201). Sum of RGB (Red+Green+Blue) = 100+214+201=515 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.42% from 515); Green value is 214 (83.98% from 255 or 41.55% from 515); Blue value is 201 (78.91% from 255 or 39.03% from 515); Max value from RGB is 214 - color contains mainly: green. Hex color #64D6C9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64D6C9 is #9B2936. Grayscale: #B2B2B2. Windows color (decimal): -10168631 or 13227620. OLE color: 13227620.

HSL color Cylindrical-coordinate representation of color #64D6C9: hue angle of 173.16º 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 #64D6C9 is Cyan = 0.53, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB100214201-
CMYK0.5300.060.16
HSL173.16º58.16%61.57%-
HSV(B)173.16º53.27%83.92%-
XYZ39.8455.0263.78-
YUV178.43140.7372.06-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.42%
GREEN value IS 214 (83.98% from 255) = 41.55%
BLUE value IS 201 (78.91% from 255) = 39.03%
R=19.42%
G=41.55%
B=39.03%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1002142010.5300.060.16173.1658.1661.57
Hex64D6C9350610ad3a3e
Octal1443263116506202557276
Binary1100100110101101100100111010101101000010101101111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64D6C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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