Shades of Downy #65E4D0
Tints of Downy #65E4D0
RGB
CMYK
RGB Variations
Color information
#65E4D0 (or 0x65E4D0) is known color: Downy. HEX triplet: 65, E4 and D0. RGB value is (101,228,208). Sum of RGB (Red+Green+Blue) = 101+228+208=537 (71% of max value = 765). Red value is 101 (39.84% from 255 or 18.81% from 537); Green value is 228 (89.45% from 255 or 42.46% from 537); Blue value is 208 (81.64% from 255 or 38.73% from 537); Max value from RGB is 228 - color contains mainly: green. Hex color #65E4D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65E4D0 is #9A1B2F. Grayscale: #BBBBBB. Windows color (decimal): -10099504 or 13689957. OLE color: 13689957.
HSL color Cylindrical-coordinate representation of color #65E4D0: hue angle of 170.55º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #65E4D0 is Cyan = 0.56, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 101 | 228 | 208 | - |
| CMYK | 0.56 | 0 | 0.09 | 0.11 |
| HSL | 170.55º | 0.7% | 0.65% | - |
| HSV(B) | 170.55º | 0.56% | 0.89% | - |
| XYZ | 44.5 | 62.81 | 69.45 | - |
| YUV | 187.75 | 139.42 | 66.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 228 | 208 | 0.56 | 0 | 0.09 | 0.11 | 170.55 | 0.7 | 0.65 |
| Hex | 65 | E4 | D0 | 38 | 0 | 9 | B | AB | 46 | 41 |
| Octal | 145 | 344 | 320 | 70 | 0 | 11 | 13 | 253 | 106 | 101 |
| Binary | 1100101 | 11100100 | 11010000 | 111000 | 0 | 1001 | 1011 | 10101011 | 1000110 | 1000001 |
Color Harmonies of #65E4D0
Complementary color
Monochromatic Colors of #65E4D0
Black with #65E4D0
Text Example
Text Example
White with #65E4D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65E4D0; }
p { color: rgb(101,228,208); }
H1.HeaderClassName
{
color: #65E4D0;
}
.AnyTagClassName
{
color: #65E4D0;
}
</style>
background-color css
<style>
a { background-color: #65E4D0; }
a { background-color: rgb(101,228,208); }
div.DivClassName
{
background-color: #65E4D0;
}
.BgClassName
{
background-color: #65E4D0;
}
</style>
border-color css
<style>
span { border-color: #65E4D0; }
span { border-color: rgb(101,228,208); }
td.TdClassName
{
border-color: #65E4D0;
}
.TagClassName
{
border-color: #65E4D0;
}
</style>