Shades of Downy #65EBB8
Tints of Downy #65EBB8
RGB
CMYK
RGB Variations
Color information
#65EBB8 (or 0x65EBB8) is known color: Downy. HEX triplet: 65, EB and B8. RGB value is (101,235,184). Sum of RGB (Red+Green+Blue) = 101+235+184=520 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.42% from 520); Green value is 235 (92.19% from 255 or 45.19% from 520); Blue value is 184 (72.27% from 255 or 35.38% from 520); Max value from RGB is 235 - color contains mainly: green. Hex color #65EBB8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65EBB8 is #9A1447. Grayscale: #BDBDBD. Windows color (decimal): -10097736 or 12118885. OLE color: 12118885.
HSL color Cylindrical-coordinate representation of color #65EBB8: hue angle of 157.16º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65EBB8 is Cyan = 0.57, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 101 | 235 | 184 | - |
| CMYK | 0.57 | 0 | 0.22 | 0.08 |
| HSL | 157.16º | 0.77% | 0.66% | - |
| HSV(B) | 157.16º | 0.57% | 0.92% | - |
| XYZ | 43.73 | 65.64 | 55.71 | - |
| YUV | 189.12 | 125.11 | 65.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 235 | 184 | 0.57 | 0 | 0.22 | 0.08 | 157.16 | 0.77 | 0.66 |
| Hex | 65 | EB | B8 | 39 | 0 | 16 | 8 | 9D | 4D | 42 |
| Octal | 145 | 353 | 270 | 71 | 0 | 26 | 10 | 235 | 115 | 102 |
| Binary | 1100101 | 11101011 | 10111000 | 111001 | 0 | 10110 | 1000 | 10011101 | 1001101 | 1000010 |
Color Harmonies of #65EBB8
Complementary color
Monochromatic Colors of #65EBB8
Black with #65EBB8
Text Example
Text Example
White with #65EBB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65EBB8; }
p { color: rgb(101,235,184); }
H1.HeaderClassName
{
color: #65EBB8;
}
.AnyTagClassName
{
color: #65EBB8;
}
</style>
background-color css
<style>
a { background-color: #65EBB8; }
a { background-color: rgb(101,235,184); }
div.DivClassName
{
background-color: #65EBB8;
}
.BgClassName
{
background-color: #65EBB8;
}
</style>
border-color css
<style>
span { border-color: #65EBB8; }
span { border-color: rgb(101,235,184); }
td.TdClassName
{
border-color: #65EBB8;
}
.TagClassName
{
border-color: #65EBB8;
}
</style>