#64D0BF

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

Shades of Downy #64D0BF

Tints of Downy #64D0BF

Color information

#64D0BF (or 0x64D0BF) is unknown color: approx Downy. HEX triplet: 64, D0 and BF. RGB value is (100,208,191). Sum of RGB (Red+Green+Blue) = 100+208+191=499 (66% of max value = 765). Red value is 100 (39.45% from 255 or 20.04% from 499); Green value is 208 (81.64% from 255 or 41.68% from 499); Blue value is 191 (75% from 255 or 38.28% from 499); Max value from RGB is 208 - color contains mainly: green. Hex color #64D0BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64D0BF is #9B2F40. Grayscale: #ADADAD. Windows color (decimal): -10170177 or 12570724. OLE color: 12570724.

HSL color Cylindrical-coordinate representation of color #64D0BF: hue angle of 170.56º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #64D0BF is Cyan = 0.52, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB100208191-
CMYK0.5200.080.18
HSL170.56º53.47%60.39%-
HSV(B)170.56º51.92%81.57%-
XYZ37.2251.5857.29-
YUV173.77137.7275.38-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.04%
GREEN value IS 208 (81.64% from 255) = 41.68%
BLUE value IS 191 (75% from 255) = 38.28%
R=20.04%
G=41.68%
B=38.28%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1002081910.5200.080.18170.5653.4760.39
Hex64D0BF340812ab353c
Octal14432027764010222536574
Binary11001001101000010111111110100010001001010101011110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64D0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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