Shades of Downy #65EEBE
Tints of Downy #65EEBE
RGB
CMYK
RGB Variations
Color information
#65EEBE (or 0x65EEBE) is known color: Downy. HEX triplet: 65, EE and BE. RGB value is (101,238,190). Sum of RGB (Red+Green+Blue) = 101+238+190=529 (70% of max value = 765). Red value is 101 (39.84% from 255 or 19.09% from 529); Green value is 238 (93.36% from 255 or 44.99% from 529); Blue value is 190 (74.61% from 255 or 35.92% from 529); Max value from RGB is 238 - color contains mainly: green. Hex color #65EEBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65EEBE is #9A1141. Grayscale: #BFBFBF. Windows color (decimal): -10096962 or 12512869. OLE color: 12512869.
HSL color Cylindrical-coordinate representation of color #65EEBE: hue angle of 158.98º 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 #65EEBE is Cyan = 0.58, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 238 | 190 | - |
| CMYK | 0.58 | 0 | 0.20 | 0.07 |
| HSL | 158.98º | 0.8% | 0.66% | - |
| HSV(B) | 158.98º | 0.58% | 0.93% | - |
| XYZ | 45.24 | 67.63 | 59.39 | - |
| YUV | 191.57 | 127.11 | 63.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 238 | 190 | 0.58 | 0 | 0.20 | 0.07 | 158.98 | 0.8 | 0.66 |
| Hex | 65 | EE | BE | 3A | 0 | 14 | 7 | 9F | 50 | 42 |
| Octal | 145 | 356 | 276 | 72 | 0 | 24 | 7 | 237 | 120 | 102 |
| Binary | 1100101 | 11101110 | 10111110 | 111010 | 0 | 10100 | 111 | 10011111 | 1010000 | 1000010 |
Color Harmonies of #65EEBE
Complementary color
Monochromatic Colors of #65EEBE
Black with #65EEBE
Text Example
Text Example
White with #65EEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65EEBE; }
p { color: rgb(101,238,190); }
H1.HeaderClassName
{
color: #65EEBE;
}
.AnyTagClassName
{
color: #65EEBE;
}
</style>
background-color css
<style>
a { background-color: #65EEBE; }
a { background-color: rgb(101,238,190); }
div.DivClassName
{
background-color: #65EEBE;
}
.BgClassName
{
background-color: #65EEBE;
}
</style>
border-color css
<style>
span { border-color: #65EEBE; }
span { border-color: rgb(101,238,190); }
td.TdClassName
{
border-color: #65EEBE;
}
.TagClassName
{
border-color: #65EEBE;
}
</style>