Shades of Downy #65D2B6
Tints of Downy #65D2B6
RGB
CMYK
RGB Variations
Color information
#65D2B6 (or 0x65D2B6) is known color: Downy. HEX triplet: 65, D2 and B6. RGB value is (101,210,182). Sum of RGB (Red+Green+Blue) = 101+210+182=493 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.49% from 493); Green value is 210 (82.42% from 255 or 42.60% from 493); Blue value is 182 (71.48% from 255 or 36.92% from 493); Max value from RGB is 210 - color contains mainly: green. Hex color #65D2B6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65D2B6 is #9A2D49. Grayscale: #AEAEAE. Windows color (decimal): -10104138 or 11981413. OLE color: 11981413.
HSL color Cylindrical-coordinate representation of color #65D2B6: hue angle of 164.59º 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 #65D2B6 is Cyan = 0.52, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 101 | 210 | 182 | - |
| CMYK | 0.52 | 0 | 0.13 | 0.18 |
| HSL | 164.59º | 0.55% | 0.61% | - |
| HSV(B) | 164.59º | 0.52% | 0.82% | - |
| XYZ | 36.86 | 52.24 | 52.4 | - |
| YUV | 174.22 | 132.39 | 75.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 210 | 182 | 0.52 | 0 | 0.13 | 0.18 | 164.59 | 0.55 | 0.61 |
| Hex | 65 | D2 | B6 | 34 | 0 | D | 12 | A5 | 37 | 3D |
| Octal | 145 | 322 | 266 | 64 | 0 | 15 | 22 | 245 | 67 | 75 |
| Binary | 1100101 | 11010010 | 10110110 | 110100 | 0 | 1101 | 10010 | 10100101 | 110111 | 111101 |
Color Harmonies of #65D2B6
Complementary color
Monochromatic Colors of #65D2B6
Black with #65D2B6
Text Example
Text Example
White with #65D2B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D2B6; }
p { color: rgb(101,210,182); }
H1.HeaderClassName
{
color: #65D2B6;
}
.AnyTagClassName
{
color: #65D2B6;
}
</style>
background-color css
<style>
a { background-color: #65D2B6; }
a { background-color: rgb(101,210,182); }
div.DivClassName
{
background-color: #65D2B6;
}
.BgClassName
{
background-color: #65D2B6;
}
</style>
border-color css
<style>
span { border-color: #65D2B6; }
span { border-color: rgb(101,210,182); }
td.TdClassName
{
border-color: #65D2B6;
}
.TagClassName
{
border-color: #65D2B6;
}
</style>