#64D9BF

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

Shades of Downy #64D9BF

Tints of Downy #64D9BF

Color information

#64D9BF (or 0x64D9BF) is unknown color: approx Downy. HEX triplet: 64, D9 and BF. RGB value is (100,217,191). Sum of RGB (Red+Green+Blue) = 100+217+191=508 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.69% from 508); Green value is 217 (85.16% from 255 or 42.72% from 508); Blue value is 191 (75% from 255 or 37.60% from 508); Max value from RGB is 217 - color contains mainly: green. Hex color #64D9BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64D9BF is #9B2640. Grayscale: #B3B3B3. Windows color (decimal): -10167873 or 12573028. OLE color: 12573028.

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

Color convert

RGB100217191-
CMYK0.5400.120.15
HSL166.67º60.62%62.16%-
HSV(B)166.67º53.92%85.1%-
XYZ39.4756.158.04-
YUV179.05134.7471.61-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.69%
GREEN value IS 217 (85.16% from 255) = 42.72%
BLUE value IS 191 (75% from 255) = 37.60%
R=19.69%
G=42.72%
B=37.60%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1002171910.5400.120.15166.6760.6262.16
Hex64D9BF360CFa73d3e
Octal14433127766014172477576
Binary1100100110110011011111111011001100111110100111111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64D9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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