Shades of Downy #64CFBB
Tints of Downy #64CFBB
RGB
CMYK
RGB Variations
Color information
#64CFBB (or 0x64CFBB) is known color: Downy. HEX triplet: 64, CF and BB. RGB value is (100,207,187). Sum of RGB (Red+Green+Blue) = 100+207+187=494 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.24% from 494); Green value is 207 (81.25% from 255 or 41.90% from 494); Blue value is 187 (73.44% from 255 or 37.85% from 494); Max value from RGB is 207 - color contains mainly: green. Hex color #64CFBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64CFBB is #9B3044. Grayscale: #ACACAC. Windows color (decimal): -10170437 or 12308324. OLE color: 12308324.
HSL color Cylindrical-coordinate representation of color #64CFBB: hue angle of 168.79º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #64CFBB is Cyan = 0.52, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 207 | 187 | - |
| CMYK | 0.52 | 0 | 0.10 | 0.19 |
| HSL | 168.79º | 0.53% | 0.6% | - |
| HSV(B) | 168.79º | 0.52% | 0.81% | - |
| XYZ | 36.54 | 50.92 | 54.92 | - |
| YUV | 172.73 | 136.05 | 76.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 207 | 187 | 0.52 | 0 | 0.10 | 0.19 | 168.79 | 0.53 | 0.6 |
| Hex | 64 | CF | BB | 34 | 0 | A | 13 | A9 | 35 | 3C |
| Octal | 144 | 317 | 273 | 64 | 0 | 12 | 23 | 251 | 65 | 74 |
| Binary | 1100100 | 11001111 | 10111011 | 110100 | 0 | 1010 | 10011 | 10101001 | 110101 | 111100 |
Color Harmonies of #64CFBB
Complementary color
Monochromatic Colors of #64CFBB
Black with #64CFBB
Text Example
Text Example
White with #64CFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CFBB; }
p { color: rgb(100,207,187); }
H1.HeaderClassName
{
color: #64CFBB;
}
.AnyTagClassName
{
color: #64CFBB;
}
</style>
background-color css
<style>
a { background-color: #64CFBB; }
a { background-color: rgb(100,207,187); }
div.DivClassName
{
background-color: #64CFBB;
}
.BgClassName
{
background-color: #64CFBB;
}
</style>
border-color css
<style>
span { border-color: #64CFBB; }
span { border-color: rgb(100,207,187); }
td.TdClassName
{
border-color: #64CFBB;
}
.TagClassName
{
border-color: #64CFBB;
}
</style>