Shades of Downy #65C8C0
Tints of Downy #65C8C0
RGB
CMYK
RGB Variations
Color information
#65C8C0 (or 0x65C8C0) is known color: Downy. HEX triplet: 65, C8 and C0. RGB value is (101,200,192). Sum of RGB (Red+Green+Blue) = 101+200+192=493 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.49% from 493); Green value is 200 (78.52% from 255 or 40.57% from 493); Blue value is 192 (75.39% from 255 or 38.95% from 493); Max value from RGB is 200 - color contains mainly: green. Hex color #65C8C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65C8C0 is #9A373F. Grayscale: #A9A9A9. Windows color (decimal): -10106688 or 12634213. OLE color: 12634213.
HSL color Cylindrical-coordinate representation of color #65C8C0: hue angle of 175.15º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #65C8C0 is Cyan = 0.49, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 101 | 200 | 192 | - |
| CMYK | 0.49 | 0 | 0.04 | 0.22 |
| HSL | 175.15º | 0.47% | 0.59% | - |
| HSV(B) | 175.15º | 0.5% | 0.78% | - |
| XYZ | 35.54 | 47.88 | 57.24 | - |
| YUV | 169.49 | 140.7 | 79.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 200 | 192 | 0.49 | 0 | 0.04 | 0.22 | 175.15 | 0.47 | 0.59 |
| Hex | 65 | C8 | C0 | 31 | 0 | 4 | 16 | AF | 2F | 3B |
| Octal | 145 | 310 | 300 | 61 | 0 | 4 | 26 | 257 | 57 | 73 |
| Binary | 1100101 | 11001000 | 11000000 | 110001 | 0 | 100 | 10110 | 10101111 | 101111 | 111011 |
Color Harmonies of #65C8C0
Complementary color
Monochromatic Colors of #65C8C0
Black with #65C8C0
Text Example
Text Example
White with #65C8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C8C0; }
p { color: rgb(101,200,192); }
H1.HeaderClassName
{
color: #65C8C0;
}
.AnyTagClassName
{
color: #65C8C0;
}
</style>
background-color css
<style>
a { background-color: #65C8C0; }
a { background-color: rgb(101,200,192); }
div.DivClassName
{
background-color: #65C8C0;
}
.BgClassName
{
background-color: #65C8C0;
}
</style>
border-color css
<style>
span { border-color: #65C8C0; }
span { border-color: rgb(101,200,192); }
td.TdClassName
{
border-color: #65C8C0;
}
.TagClassName
{
border-color: #65C8C0;
}
</style>