Shades of Downy #65EEC0
Tints of Downy #65EEC0
RGB
CMYK
RGB Variations
Color information
#65EEC0 (or 0x65EEC0) is known color: Downy. HEX triplet: 65, EE and C0. RGB value is (101,238,192). Sum of RGB (Red+Green+Blue) = 101+238+192=531 (70% of max value = 765). Red value is 101 (39.84% from 255 or 19.02% from 531); Green value is 238 (93.36% from 255 or 44.82% from 531); Blue value is 192 (75.39% from 255 or 36.16% from 531); Max value from RGB is 238 - color contains mainly: green. Hex color #65EEC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65EEC0 is #9A113F. Grayscale: #BFBFBF. Windows color (decimal): -10096960 or 12643941. OLE color: 12643941.
HSL color Cylindrical-coordinate representation of color #65EEC0: hue angle of 159.85º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65EEC0 is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 238 | 192 | - |
| CMYK | 0.58 | 0 | 0.19 | 0.07 |
| HSL | 159.85º | 0.8% | 0.66% | - |
| HSV(B) | 159.85º | 0.58% | 0.93% | - |
| XYZ | 45.46 | 67.72 | 60.54 | - |
| YUV | 191.79 | 128.11 | 63.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 238 | 192 | 0.58 | 0 | 0.19 | 0.07 | 159.85 | 0.8 | 0.66 |
| Hex | 65 | EE | C0 | 3A | 0 | 13 | 7 | A0 | 50 | 42 |
| Octal | 145 | 356 | 300 | 72 | 0 | 23 | 7 | 240 | 120 | 102 |
| Binary | 1100101 | 11101110 | 11000000 | 111010 | 0 | 10011 | 111 | 10100000 | 1010000 | 1000010 |
Color Harmonies of #65EEC0
Complementary color
Monochromatic Colors of #65EEC0
Black with #65EEC0
Text Example
Text Example
White with #65EEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65EEC0; }
p { color: rgb(101,238,192); }
H1.HeaderClassName
{
color: #65EEC0;
}
.AnyTagClassName
{
color: #65EEC0;
}
</style>
background-color css
<style>
a { background-color: #65EEC0; }
a { background-color: rgb(101,238,192); }
div.DivClassName
{
background-color: #65EEC0;
}
.BgClassName
{
background-color: #65EEC0;
}
</style>
border-color css
<style>
span { border-color: #65EEC0; }
span { border-color: rgb(101,238,192); }
td.TdClassName
{
border-color: #65EEC0;
}
.TagClassName
{
border-color: #65EEC0;
}
</style>