#64D4BF

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

Shades of Downy #64D4BF

Tints of Downy #64D4BF

Color information

#64D4BF (or 0x64D4BF) is unknown color: approx Downy. HEX triplet: 64, D4 and BF. RGB value is (100,212,191). Sum of RGB (Red+Green+Blue) = 100+212+191=503 (66% of max value = 765). Red value is 100 (39.45% from 255 or 19.88% from 503); Green value is 212 (83.20% from 255 or 42.15% from 503); Blue value is 191 (75% from 255 or 37.97% from 503); Max value from RGB is 212 - color contains mainly: green. Hex color #64D4BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64D4BF is #9B2B40. Grayscale: #B0B0B0. Windows color (decimal): -10169153 or 12571748. OLE color: 12571748.

HSL color Cylindrical-coordinate representation of color #64D4BF: hue angle of 168.75º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64D4BF is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB100212191-
CMYK0.5300.100.17
HSL168.75º56.57%61.18%-
HSV(B)168.75º52.83%83.14%-
XYZ38.253.5657.61-
YUV176.12136.3973.71-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.88%
GREEN value IS 212 (83.20% from 255) = 42.15%
BLUE value IS 191 (75% from 255) = 37.97%
R=19.88%
G=42.15%
B=37.97%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1002121910.5300.100.17168.7556.5761.18
Hex64D4BF350A11a9393d
Octal14432427765012212517175
Binary11001001101010010111111110101010101000110101001111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64D4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,212,191); }

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

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

 a { background-color: rgb(100,212,191); }

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

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

 span { border-color: rgb(100,212,191); }

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