Shades of Downy #64C5BA
Tints of Downy #64C5BA
RGB
CMYK
RGB Variations
Color information
#64C5BA (or 0x64C5BA) is known color: Downy. HEX triplet: 64, C5 and BA. RGB value is (100,197,186). Sum of RGB (Red+Green+Blue) = 100+197+186=483 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.70% from 483); Green value is 197 (77.34% from 255 or 40.79% from 483); Blue value is 186 (73.05% from 255 or 38.51% from 483); Max value from RGB is 197 - color contains mainly: green. Hex color #64C5BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64C5BA is #9B3A45. Grayscale: #A6A6A6. Windows color (decimal): -10172998 or 12240228. OLE color: 12240228.
HSL color Cylindrical-coordinate representation of color #64C5BA: hue angle of 173.2º 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 #64C5BA is Cyan = 0.49, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 100 | 197 | 186 | - |
| CMYK | 0.49 | 0 | 0.06 | 0.23 |
| HSL | 173.2º | 0.46% | 0.58% | - |
| HSV(B) | 173.2º | 0.49% | 0.77% | - |
| XYZ | 34.08 | 46.19 | 53.57 | - |
| YUV | 166.74 | 138.86 | 80.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 197 | 186 | 0.49 | 0 | 0.06 | 0.23 | 173.2 | 0.46 | 0.58 |
| Hex | 64 | C5 | BA | 31 | 0 | 6 | 17 | AD | 2E | 3A |
| Octal | 144 | 305 | 272 | 61 | 0 | 6 | 27 | 255 | 56 | 72 |
| Binary | 1100100 | 11000101 | 10111010 | 110001 | 0 | 110 | 10111 | 10101101 | 101110 | 111010 |
Color Harmonies of #64C5BA
Complementary color
Monochromatic Colors of #64C5BA
Black with #64C5BA
Text Example
Text Example
White with #64C5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C5BA; }
p { color: rgb(100,197,186); }
H1.HeaderClassName
{
color: #64C5BA;
}
.AnyTagClassName
{
color: #64C5BA;
}
</style>
background-color css
<style>
a { background-color: #64C5BA; }
a { background-color: rgb(100,197,186); }
div.DivClassName
{
background-color: #64C5BA;
}
.BgClassName
{
background-color: #64C5BA;
}
</style>
border-color css
<style>
span { border-color: #64C5BA; }
span { border-color: rgb(100,197,186); }
td.TdClassName
{
border-color: #64C5BA;
}
.TagClassName
{
border-color: #64C5BA;
}
</style>