Shades of Downy #65CCC9
Tints of Downy #65CCC9
RGB
CMYK
RGB Variations
Color information
#65CCC9 (or 0x65CCC9) is known color: Downy. HEX triplet: 65, CC and C9. RGB value is (101,204,201). Sum of RGB (Red+Green+Blue) = 101+204+201=506 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.96% from 506); Green value is 204 (80.08% from 255 or 40.32% from 506); Blue value is 201 (78.91% from 255 or 39.72% from 506); Max value from RGB is 204 - color contains mainly: green. Hex color #65CCC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65CCC9 is #9A3336. Grayscale: #ACACAC. Windows color (decimal): -10105655 or 13225061. OLE color: 13225061.
HSL color Cylindrical-coordinate representation of color #65CCC9: hue angle of 178.25º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #65CCC9 is Cyan = 0.50, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 101 | 204 | 201 | - |
| CMYK | 0.50 | 0 | 0.01 | 0.2 |
| HSL | 178.25º | 0.5% | 0.6% | - |
| HSV(B) | 178.25º | 0.5% | 0.8% | - |
| XYZ | 37.5 | 50.17 | 62.97 | - |
| YUV | 172.86 | 143.88 | 76.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 204 | 201 | 0.50 | 0 | 0.01 | 0.2 | 178.25 | 0.5 | 0.6 |
| Hex | 65 | CC | C9 | 32 | 0 | 1 | 14 | B2 | 32 | 3C |
| Octal | 145 | 314 | 311 | 62 | 0 | 1 | 24 | 262 | 62 | 74 |
| Binary | 1100101 | 11001100 | 11001001 | 110010 | 0 | 1 | 10100 | 10110010 | 110010 | 111100 |
Color Harmonies of #65CCC9
Complementary color
Monochromatic Colors of #65CCC9
Black with #65CCC9
Text Example
Text Example
White with #65CCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CCC9; }
p { color: rgb(101,204,201); }
H1.HeaderClassName
{
color: #65CCC9;
}
.AnyTagClassName
{
color: #65CCC9;
}
</style>
background-color css
<style>
a { background-color: #65CCC9; }
a { background-color: rgb(101,204,201); }
div.DivClassName
{
background-color: #65CCC9;
}
.BgClassName
{
background-color: #65CCC9;
}
</style>
border-color css
<style>
span { border-color: #65CCC9; }
span { border-color: rgb(101,204,201); }
td.TdClassName
{
border-color: #65CCC9;
}
.TagClassName
{
border-color: #65CCC9;
}
</style>