Shades of Downy #65EABB
Tints of Downy #65EABB
RGB
CMYK
RGB Variations
Color information
#65EABB (or 0x65EABB) is known color: Downy. HEX triplet: 65, EA and BB. RGB value is (101,234,187). Sum of RGB (Red+Green+Blue) = 101+234+187=522 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.35% from 522); Green value is 234 (91.80% from 255 or 44.83% from 522); Blue value is 187 (73.44% from 255 or 35.82% from 522); Max value from RGB is 234 - color contains mainly: green. Hex color #65EABB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65EABB is #9A1544. Grayscale: #BCBCBC. Windows color (decimal): -10097989 or 12315237. OLE color: 12315237.
HSL color Cylindrical-coordinate representation of color #65EABB: hue angle of 158.8º degrees, saturation: 0.76, 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 #65EABB is Cyan = 0.57, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 101 | 234 | 187 | - |
| CMYK | 0.57 | 0 | 0.20 | 0.08 |
| HSL | 158.8º | 0.76% | 0.66% | - |
| HSV(B) | 158.8º | 0.57% | 0.92% | - |
| XYZ | 43.76 | 65.2 | 57.29 | - |
| YUV | 188.88 | 126.94 | 65.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 234 | 187 | 0.57 | 0 | 0.20 | 0.08 | 158.8 | 0.76 | 0.66 |
| Hex | 65 | EA | BB | 39 | 0 | 14 | 8 | 9F | 4C | 42 |
| Octal | 145 | 352 | 273 | 71 | 0 | 24 | 10 | 237 | 114 | 102 |
| Binary | 1100101 | 11101010 | 10111011 | 111001 | 0 | 10100 | 1000 | 10011111 | 1001100 | 1000010 |
Color Harmonies of #65EABB
Complementary color
Monochromatic Colors of #65EABB
Black with #65EABB
Text Example
Text Example
White with #65EABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65EABB; }
p { color: rgb(101,234,187); }
H1.HeaderClassName
{
color: #65EABB;
}
.AnyTagClassName
{
color: #65EABB;
}
</style>
background-color css
<style>
a { background-color: #65EABB; }
a { background-color: rgb(101,234,187); }
div.DivClassName
{
background-color: #65EABB;
}
.BgClassName
{
background-color: #65EABB;
}
</style>
border-color css
<style>
span { border-color: #65EABB; }
span { border-color: rgb(101,234,187); }
td.TdClassName
{
border-color: #65EABB;
}
.TagClassName
{
border-color: #65EABB;
}
</style>