Shades of Downy #65CECC
Tints of Downy #65CECC
RGB
CMYK
RGB Variations
Color information
#65CECC (or 0x65CECC) is known color: Downy. HEX triplet: 65, CE and CC. RGB value is (101,206,204). Sum of RGB (Red+Green+Blue) = 101+206+204=511 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.77% from 511); Green value is 206 (80.86% from 255 or 40.31% from 511); Blue value is 204 (80.08% from 255 or 39.92% from 511); Max value from RGB is 206 - color contains mainly: green. Hex color #65CECC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65CECC is #9A3133. Grayscale: #AEAEAE. Windows color (decimal): -10105140 or 13422181. OLE color: 13422181.
HSL color Cylindrical-coordinate representation of color #65CECC: hue angle of 178.86º 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 #65CECC is Cyan = 0.51, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 206 | 204 | - |
| CMYK | 0.51 | 0 | 0.01 | 0.19 |
| HSL | 178.86º | 0.52% | 0.6% | - |
| HSV(B) | 178.86º | 0.51% | 0.81% | - |
| XYZ | 38.34 | 51.27 | 65 | - |
| YUV | 174.38 | 144.71 | 75.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 206 | 204 | 0.51 | 0 | 0.01 | 0.19 | 178.86 | 0.52 | 0.6 |
| Hex | 65 | CE | CC | 33 | 0 | 1 | 13 | B3 | 34 | 3C |
| Octal | 145 | 316 | 314 | 63 | 0 | 1 | 23 | 263 | 64 | 74 |
| Binary | 1100101 | 11001110 | 11001100 | 110011 | 0 | 1 | 10011 | 10110011 | 110100 | 111100 |
Color Harmonies of #65CECC
Complementary color
Monochromatic Colors of #65CECC
Black with #65CECC
Text Example
Text Example
White with #65CECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CECC; }
p { color: rgb(101,206,204); }
H1.HeaderClassName
{
color: #65CECC;
}
.AnyTagClassName
{
color: #65CECC;
}
</style>
background-color css
<style>
a { background-color: #65CECC; }
a { background-color: rgb(101,206,204); }
div.DivClassName
{
background-color: #65CECC;
}
.BgClassName
{
background-color: #65CECC;
}
</style>
border-color css
<style>
span { border-color: #65CECC; }
span { border-color: rgb(101,206,204); }
td.TdClassName
{
border-color: #65CECC;
}
.TagClassName
{
border-color: #65CECC;
}
</style>