#64D5BA

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

Shades of Downy #64D5BA

Tints of Downy #64D5BA

Color information

#64D5BA (or 0x64D5BA) is unknown color: approx Downy. HEX triplet: 64, D5 and BA. RGB value is (100,213,186). Sum of RGB (Red+Green+Blue) = 100+213+186=499 (66% of max value = 765). Red value is 100 (39.45% from 255 or 20.04% from 499); Green value is 213 (83.59% from 255 or 42.69% from 499); Blue value is 186 (73.05% from 255 or 37.27% from 499); Max value from RGB is 213 - color contains mainly: green. Hex color #64D5BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64D5BA is #9B2A45. Grayscale: #B0B0B0. Windows color (decimal): -10168902 or 12244324. OLE color: 12244324.

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

Color convert

RGB100213186-
CMYK0.5300.130.16
HSL165.66º57.36%61.37%-
HSV(B)165.66º53.05%83.53%-
XYZ37.9153.8454.85-
YUV176.14133.5673.7-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.04%
GREEN value IS 213 (83.59% from 255) = 42.69%
BLUE value IS 186 (73.05% from 255) = 37.27%
R=20.04%
G=42.69%
B=37.27%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1002131860.5300.130.16165.6657.3661.37
Hex64D5BA350D10a6393d
Octal14432527265015202467175
Binary11001001101010110111010110101011011000010100110111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64D5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,213,186); }

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

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

 a { background-color: rgb(100,213,186); }

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

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

 span { border-color: rgb(100,213,186); }

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