Shades of Downy #64C2BD
Tints of Downy #64C2BD
RGB
CMYK
RGB Variations
Color information
#64C2BD (or 0x64C2BD) is known color: Downy. HEX triplet: 64, C2 and BD. RGB value is (100,194,189). Sum of RGB (Red+Green+Blue) = 100+194+189=483 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.70% from 483); Green value is 194 (76.17% from 255 or 40.17% from 483); Blue value is 189 (74.22% from 255 or 39.13% from 483); Max value from RGB is 194 - color contains mainly: green. Hex color #64C2BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64C2BD is #9B3D42. Grayscale: #A5A5A5. Windows color (decimal): -10173763 or 12436068. OLE color: 12436068.
HSL color Cylindrical-coordinate representation of color #64C2BD: hue angle of 176.81º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #64C2BD is Cyan = 0.48, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 100 | 194 | 189 | - |
| CMYK | 0.48 | 0 | 0.03 | 0.24 |
| HSL | 176.81º | 0.44% | 0.58% | - |
| HSV(B) | 176.81º | 0.48% | 0.76% | - |
| XYZ | 33.73 | 44.97 | 55.05 | - |
| YUV | 165.32 | 141.36 | 81.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 194 | 189 | 0.48 | 0 | 0.03 | 0.24 | 176.81 | 0.44 | 0.58 |
| Hex | 64 | C2 | BD | 30 | 0 | 3 | 18 | B1 | 2C | 3A |
| Octal | 144 | 302 | 275 | 60 | 0 | 3 | 30 | 261 | 54 | 72 |
| Binary | 1100100 | 11000010 | 10111101 | 110000 | 0 | 11 | 11000 | 10110001 | 101100 | 111010 |
Color Harmonies of #64C2BD
Complementary color
Monochromatic Colors of #64C2BD
Black with #64C2BD
Text Example
Text Example
White with #64C2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C2BD; }
p { color: rgb(100,194,189); }
H1.HeaderClassName
{
color: #64C2BD;
}
.AnyTagClassName
{
color: #64C2BD;
}
</style>
background-color css
<style>
a { background-color: #64C2BD; }
a { background-color: rgb(100,194,189); }
div.DivClassName
{
background-color: #64C2BD;
}
.BgClassName
{
background-color: #64C2BD;
}
</style>
border-color css
<style>
span { border-color: #64C2BD; }
span { border-color: rgb(100,194,189); }
td.TdClassName
{
border-color: #64C2BD;
}
.TagClassName
{
border-color: #64C2BD;
}
</style>