Shades of Downy #65D2B9
Tints of Downy #65D2B9
RGB
CMYK
RGB Variations
Color information
#65D2B9 (or 0x65D2B9) is known color: Downy. HEX triplet: 65, D2 and B9. RGB value is (101,210,185). Sum of RGB (Red+Green+Blue) = 101+210+185=496 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.36% from 496); Green value is 210 (82.42% from 255 or 42.34% from 496); Blue value is 185 (72.66% from 255 or 37.30% from 496); Max value from RGB is 210 - color contains mainly: green. Hex color #65D2B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65D2B9 is #9A2D46. Grayscale: #AEAEAE. Windows color (decimal): -10104135 or 12178021. OLE color: 12178021.
HSL color Cylindrical-coordinate representation of color #65D2B9: hue angle of 166.24º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #65D2B9 is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 101 | 210 | 185 | - |
| CMYK | 0.52 | 0 | 0.12 | 0.18 |
| HSL | 166.24º | 0.55% | 0.61% | - |
| HSV(B) | 166.24º | 0.52% | 0.82% | - |
| XYZ | 37.17 | 52.36 | 54.05 | - |
| YUV | 174.56 | 133.89 | 75.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 210 | 185 | 0.52 | 0 | 0.12 | 0.18 | 166.24 | 0.55 | 0.61 |
| Hex | 65 | D2 | B9 | 34 | 0 | C | 12 | A6 | 37 | 3D |
| Octal | 145 | 322 | 271 | 64 | 0 | 14 | 22 | 246 | 67 | 75 |
| Binary | 1100101 | 11010010 | 10111001 | 110100 | 0 | 1100 | 10010 | 10100110 | 110111 | 111101 |
Color Harmonies of #65D2B9
Complementary color
Monochromatic Colors of #65D2B9
Black with #65D2B9
Text Example
Text Example
White with #65D2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D2B9; }
p { color: rgb(101,210,185); }
H1.HeaderClassName
{
color: #65D2B9;
}
.AnyTagClassName
{
color: #65D2B9;
}
</style>
background-color css
<style>
a { background-color: #65D2B9; }
a { background-color: rgb(101,210,185); }
div.DivClassName
{
background-color: #65D2B9;
}
.BgClassName
{
background-color: #65D2B9;
}
</style>
border-color css
<style>
span { border-color: #65D2B9; }
span { border-color: rgb(101,210,185); }
td.TdClassName
{
border-color: #65D2B9;
}
.TagClassName
{
border-color: #65D2B9;
}
</style>