Shades of Downy #65CEC9
Tints of Downy #65CEC9
RGB
CMYK
RGB Variations
Color information
#65CEC9 (or 0x65CEC9) is known color: Downy. HEX triplet: 65, CE and C9. RGB value is (101,206,201). Sum of RGB (Red+Green+Blue) = 101+206+201=508 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.88% from 508); Green value is 206 (80.86% from 255 or 40.55% from 508); Blue value is 201 (78.91% from 255 or 39.57% from 508); Max value from RGB is 206 - color contains mainly: green. Hex color #65CEC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65CEC9 is #9A3136. Grayscale: #ADADAD. Windows color (decimal): -10105143 or 13225573. OLE color: 13225573.
HSL color Cylindrical-coordinate representation of color #65CEC9: hue angle of 177.14º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #65CEC9 is Cyan = 0.51, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 206 | 201 | - |
| CMYK | 0.51 | 0 | 0.02 | 0.19 |
| HSL | 177.14º | 0.52% | 0.6% | - |
| HSV(B) | 177.14º | 0.51% | 0.81% | - |
| XYZ | 37.98 | 51.13 | 63.12 | - |
| YUV | 174.04 | 143.21 | 75.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 206 | 201 | 0.51 | 0 | 0.02 | 0.19 | 177.14 | 0.52 | 0.6 |
| Hex | 65 | CE | C9 | 33 | 0 | 2 | 13 | B1 | 34 | 3C |
| Octal | 145 | 316 | 311 | 63 | 0 | 2 | 23 | 261 | 64 | 74 |
| Binary | 1100101 | 11001110 | 11001001 | 110011 | 0 | 10 | 10011 | 10110001 | 110100 | 111100 |
Color Harmonies of #65CEC9
Complementary color
Monochromatic Colors of #65CEC9
Black with #65CEC9
Text Example
Text Example
White with #65CEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CEC9; }
p { color: rgb(101,206,201); }
H1.HeaderClassName
{
color: #65CEC9;
}
.AnyTagClassName
{
color: #65CEC9;
}
</style>
background-color css
<style>
a { background-color: #65CEC9; }
a { background-color: rgb(101,206,201); }
div.DivClassName
{
background-color: #65CEC9;
}
.BgClassName
{
background-color: #65CEC9;
}
</style>
border-color css
<style>
span { border-color: #65CEC9; }
span { border-color: rgb(101,206,201); }
td.TdClassName
{
border-color: #65CEC9;
}
.TagClassName
{
border-color: #65CEC9;
}
</style>