Shades of Downy #65CDB7
Tints of Downy #65CDB7
RGB
CMYK
RGB Variations
Color information
#65CDB7 (or 0x65CDB7) is known color: Downy. HEX triplet: 65, CD and B7. RGB value is (101,205,183). Sum of RGB (Red+Green+Blue) = 101+205+183=489 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.65% from 489); Green value is 205 (80.47% from 255 or 41.92% from 489); Blue value is 183 (71.88% from 255 or 37.42% from 489); Max value from RGB is 205 - color contains mainly: green. Hex color #65CDB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65CDB7 is #9A3248. Grayscale: #ABABAB. Windows color (decimal): -10105417 or 12045669. OLE color: 12045669.
HSL color Cylindrical-coordinate representation of color #65CDB7: hue angle of 167.31º 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 #65CDB7 is Cyan = 0.51, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 101 | 205 | 183 | - |
| CMYK | 0.51 | 0 | 0.11 | 0.20 |
| HSL | 167.31º | 0.51% | 0.6% | - |
| HSV(B) | 167.31º | 0.51% | 0.8% | - |
| XYZ | 35.75 | 49.85 | 52.54 | - |
| YUV | 171.4 | 134.54 | 77.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 205 | 183 | 0.51 | 0 | 0.11 | 0.20 | 167.31 | 0.51 | 0.6 |
| Hex | 65 | CD | B7 | 33 | 0 | B | 14 | A7 | 33 | 3C |
| Octal | 145 | 315 | 267 | 63 | 0 | 13 | 24 | 247 | 63 | 74 |
| Binary | 1100101 | 11001101 | 10110111 | 110011 | 0 | 1011 | 10100 | 10100111 | 110011 | 111100 |
Color Harmonies of #65CDB7
Complementary color
Monochromatic Colors of #65CDB7
Black with #65CDB7
Text Example
Text Example
White with #65CDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CDB7; }
p { color: rgb(101,205,183); }
H1.HeaderClassName
{
color: #65CDB7;
}
.AnyTagClassName
{
color: #65CDB7;
}
</style>
background-color css
<style>
a { background-color: #65CDB7; }
a { background-color: rgb(101,205,183); }
div.DivClassName
{
background-color: #65CDB7;
}
.BgClassName
{
background-color: #65CDB7;
}
</style>
border-color css
<style>
span { border-color: #65CDB7; }
span { border-color: rgb(101,205,183); }
td.TdClassName
{
border-color: #65CDB7;
}
.TagClassName
{
border-color: #65CDB7;
}
</style>