Shades of Downy #64CAB9
Tints of Downy #64CAB9
RGB
CMYK
RGB Variations
Color information
#64CAB9 (or 0x64CAB9) is known color: Downy. HEX triplet: 64, CA and B9. RGB value is (100,202,185). Sum of RGB (Red+Green+Blue) = 100+202+185=487 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.53% from 487); Green value is 202 (79.30% from 255 or 41.48% from 487); Blue value is 185 (72.66% from 255 or 37.99% from 487); Max value from RGB is 202 - color contains mainly: green. Hex color #64CAB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64CAB9 is #9B3546. Grayscale: #A9A9A9. Windows color (decimal): -10171719 or 12175972. OLE color: 12175972.
HSL color Cylindrical-coordinate representation of color #64CAB9: hue angle of 170º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #64CAB9 is Cyan = 0.50, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 100 | 202 | 185 | - |
| CMYK | 0.50 | 0 | 0.08 | 0.21 |
| HSL | 170º | 0.49% | 0.59% | - |
| HSV(B) | 170º | 0.5% | 0.79% | - |
| XYZ | 35.13 | 48.45 | 53.4 | - |
| YUV | 169.56 | 136.71 | 78.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 202 | 185 | 0.50 | 0 | 0.08 | 0.21 | 170 | 0.49 | 0.59 |
| Hex | 64 | CA | B9 | 32 | 0 | 8 | 15 | AA | 31 | 3B |
| Octal | 144 | 312 | 271 | 62 | 0 | 10 | 25 | 252 | 61 | 73 |
| Binary | 1100100 | 11001010 | 10111001 | 110010 | 0 | 1000 | 10101 | 10101010 | 110001 | 111011 |
Color Harmonies of #64CAB9
Complementary color
Monochromatic Colors of #64CAB9
Black with #64CAB9
Text Example
Text Example
White with #64CAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CAB9; }
p { color: rgb(100,202,185); }
H1.HeaderClassName
{
color: #64CAB9;
}
.AnyTagClassName
{
color: #64CAB9;
}
</style>
background-color css
<style>
a { background-color: #64CAB9; }
a { background-color: rgb(100,202,185); }
div.DivClassName
{
background-color: #64CAB9;
}
.BgClassName
{
background-color: #64CAB9;
}
</style>
border-color css
<style>
span { border-color: #64CAB9; }
span { border-color: rgb(100,202,185); }
td.TdClassName
{
border-color: #64CAB9;
}
.TagClassName
{
border-color: #64CAB9;
}
</style>