Shades of Downy #65CDBC
Tints of Downy #65CDBC
RGB
CMYK
RGB Variations
Color information
#65CDBC (or 0x65CDBC) is known color: Downy. HEX triplet: 65, CD and BC. RGB value is (101,205,188). Sum of RGB (Red+Green+Blue) = 101+205+188=494 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.45% from 494); Green value is 205 (80.47% from 255 or 41.50% from 494); Blue value is 188 (73.83% from 255 or 38.06% from 494); Max value from RGB is 205 - color contains mainly: green. Hex color #65CDBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65CDBC is #9A3243. Grayscale: #ABABAB. Windows color (decimal): -10105412 or 12373349. OLE color: 12373349.
HSL color Cylindrical-coordinate representation of color #65CDBC: hue angle of 170.19º 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 #65CDBC is Cyan = 0.51, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 101 | 205 | 188 | - |
| CMYK | 0.51 | 0 | 0.08 | 0.20 |
| HSL | 170.19º | 0.51% | 0.6% | - |
| HSV(B) | 170.19º | 0.51% | 0.8% | - |
| XYZ | 36.28 | 50.06 | 55.33 | - |
| YUV | 171.97 | 137.04 | 77.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 205 | 188 | 0.51 | 0 | 0.08 | 0.20 | 170.19 | 0.51 | 0.6 |
| Hex | 65 | CD | BC | 33 | 0 | 8 | 14 | AA | 33 | 3C |
| Octal | 145 | 315 | 274 | 63 | 0 | 10 | 24 | 252 | 63 | 74 |
| Binary | 1100101 | 11001101 | 10111100 | 110011 | 0 | 1000 | 10100 | 10101010 | 110011 | 111100 |
Color Harmonies of #65CDBC
Complementary color
Monochromatic Colors of #65CDBC
Black with #65CDBC
Text Example
Text Example
White with #65CDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CDBC; }
p { color: rgb(101,205,188); }
H1.HeaderClassName
{
color: #65CDBC;
}
.AnyTagClassName
{
color: #65CDBC;
}
</style>
background-color css
<style>
a { background-color: #65CDBC; }
a { background-color: rgb(101,205,188); }
div.DivClassName
{
background-color: #65CDBC;
}
.BgClassName
{
background-color: #65CDBC;
}
</style>
border-color css
<style>
span { border-color: #65CDBC; }
span { border-color: rgb(101,205,188); }
td.TdClassName
{
border-color: #65CDBC;
}
.TagClassName
{
border-color: #65CDBC;
}
</style>