Shades of Downy #65C5B5
Tints of Downy #65C5B5
RGB
CMYK
RGB Variations
Color information
#65C5B5 (or 0x65C5B5) is known color: Downy. HEX triplet: 65, C5 and B5. RGB value is (101,197,181). Sum of RGB (Red+Green+Blue) = 101+197+181=479 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.09% from 479); Green value is 197 (77.34% from 255 or 41.13% from 479); Blue value is 181 (71.09% from 255 or 37.79% from 479); Max value from RGB is 197 - color contains mainly: green. Hex color #65C5B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65C5B5 is #9A3A4A. Grayscale: #A6A6A6. Windows color (decimal): -10107467 or 11912549. OLE color: 11912549.
HSL color Cylindrical-coordinate representation of color #65C5B5: hue angle of 170º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #65C5B5 is Cyan = 0.49, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 101 | 197 | 181 | - |
| CMYK | 0.49 | 0 | 0.08 | 0.23 |
| HSL | 170º | 0.45% | 0.58% | - |
| HSV(B) | 170º | 0.49% | 0.77% | - |
| XYZ | 33.67 | 46.04 | 50.83 | - |
| YUV | 166.47 | 136.2 | 81.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 197 | 181 | 0.49 | 0 | 0.08 | 0.23 | 170 | 0.45 | 0.58 |
| Hex | 65 | C5 | B5 | 31 | 0 | 8 | 17 | AA | 2D | 3A |
| Octal | 145 | 305 | 265 | 61 | 0 | 10 | 27 | 252 | 55 | 72 |
| Binary | 1100101 | 11000101 | 10110101 | 110001 | 0 | 1000 | 10111 | 10101010 | 101101 | 111010 |
Color Harmonies of #65C5B5
Complementary color
Monochromatic Colors of #65C5B5
Black with #65C5B5
Text Example
Text Example
White with #65C5B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C5B5; }
p { color: rgb(101,197,181); }
H1.HeaderClassName
{
color: #65C5B5;
}
.AnyTagClassName
{
color: #65C5B5;
}
</style>
background-color css
<style>
a { background-color: #65C5B5; }
a { background-color: rgb(101,197,181); }
div.DivClassName
{
background-color: #65C5B5;
}
.BgClassName
{
background-color: #65C5B5;
}
</style>
border-color css
<style>
span { border-color: #65C5B5; }
span { border-color: rgb(101,197,181); }
td.TdClassName
{
border-color: #65C5B5;
}
.TagClassName
{
border-color: #65C5B5;
}
</style>