Shades of Downy #65CDBD
Tints of Downy #65CDBD
RGB
CMYK
RGB Variations
Color information
#65CDBD (or 0x65CDBD) is known color: Downy. HEX triplet: 65, CD and BD. RGB value is (101,205,189). Sum of RGB (Red+Green+Blue) = 101+205+189=495 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.40% from 495); Green value is 205 (80.47% from 255 or 41.41% from 495); Blue value is 189 (74.22% from 255 or 38.18% from 495); Max value from RGB is 205 - color contains mainly: green. Hex color #65CDBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65CDBD is #9A3242. Grayscale: #ACACAC. Windows color (decimal): -10105411 or 12438885. OLE color: 12438885.
HSL color Cylindrical-coordinate representation of color #65CDBD: hue angle of 170.77º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #65CDBD is Cyan = 0.51, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 101 | 205 | 189 | - |
| CMYK | 0.51 | 0 | 0.08 | 0.20 |
| HSL | 170.77º | 0.51% | 0.6% | - |
| HSV(B) | 170.77º | 0.51% | 0.8% | - |
| XYZ | 36.38 | 50.1 | 55.9 | - |
| YUV | 172.08 | 137.54 | 77.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 205 | 189 | 0.51 | 0 | 0.08 | 0.20 | 170.77 | 0.51 | 0.6 |
| Hex | 65 | CD | BD | 33 | 0 | 8 | 14 | AB | 33 | 3C |
| Octal | 145 | 315 | 275 | 63 | 0 | 10 | 24 | 253 | 63 | 74 |
| Binary | 1100101 | 11001101 | 10111101 | 110011 | 0 | 1000 | 10100 | 10101011 | 110011 | 111100 |
Color Harmonies of #65CDBD
Complementary color
Monochromatic Colors of #65CDBD
Black with #65CDBD
Text Example
Text Example
White with #65CDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CDBD; }
p { color: rgb(101,205,189); }
H1.HeaderClassName
{
color: #65CDBD;
}
.AnyTagClassName
{
color: #65CDBD;
}
</style>
background-color css
<style>
a { background-color: #65CDBD; }
a { background-color: rgb(101,205,189); }
div.DivClassName
{
background-color: #65CDBD;
}
.BgClassName
{
background-color: #65CDBD;
}
</style>
border-color css
<style>
span { border-color: #65CDBD; }
span { border-color: rgb(101,205,189); }
td.TdClassName
{
border-color: #65CDBD;
}
.TagClassName
{
border-color: #65CDBD;
}
</style>