Shades of Downy #64C5BF
Tints of Downy #64C5BF
RGB
CMYK
RGB Variations
Color information
#64C5BF (or 0x64C5BF) is known color: Downy. HEX triplet: 64, C5 and BF. RGB value is (100,197,191). Sum of RGB (Red+Green+Blue) = 100+197+191=488 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.49% from 488); Green value is 197 (77.34% from 255 or 40.37% from 488); Blue value is 191 (75% from 255 or 39.14% from 488); Max value from RGB is 197 - color contains mainly: green. Hex color #64C5BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64C5BF is #9B3A40. Grayscale: #A7A7A7. Windows color (decimal): -10172993 or 12567908. OLE color: 12567908.
HSL color Cylindrical-coordinate representation of color #64C5BF: hue angle of 176.29º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #64C5BF is Cyan = 0.49, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 100 | 197 | 191 | - |
| CMYK | 0.49 | 0 | 0.03 | 0.23 |
| HSL | 176.29º | 0.46% | 0.58% | - |
| HSV(B) | 176.29º | 0.49% | 0.77% | - |
| XYZ | 34.63 | 46.4 | 56.42 | - |
| YUV | 167.31 | 141.36 | 79.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 197 | 191 | 0.49 | 0 | 0.03 | 0.23 | 176.29 | 0.46 | 0.58 |
| Hex | 64 | C5 | BF | 31 | 0 | 3 | 17 | B0 | 2E | 3A |
| Octal | 144 | 305 | 277 | 61 | 0 | 3 | 27 | 260 | 56 | 72 |
| Binary | 1100100 | 11000101 | 10111111 | 110001 | 0 | 11 | 10111 | 10110000 | 101110 | 111010 |
Color Harmonies of #64C5BF
Complementary color
Monochromatic Colors of #64C5BF
Black with #64C5BF
Text Example
Text Example
White with #64C5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C5BF; }
p { color: rgb(100,197,191); }
H1.HeaderClassName
{
color: #64C5BF;
}
.AnyTagClassName
{
color: #64C5BF;
}
</style>
background-color css
<style>
a { background-color: #64C5BF; }
a { background-color: rgb(100,197,191); }
div.DivClassName
{
background-color: #64C5BF;
}
.BgClassName
{
background-color: #64C5BF;
}
</style>
border-color css
<style>
span { border-color: #64C5BF; }
span { border-color: rgb(100,197,191); }
td.TdClassName
{
border-color: #64C5BF;
}
.TagClassName
{
border-color: #64C5BF;
}
</style>