Shades of Downy #65EABF
Tints of Downy #65EABF
RGB
CMYK
RGB Variations
Color information
#65EABF (or 0x65EABF) is known color: Downy. HEX triplet: 65, EA and BF. RGB value is (101,234,191). Sum of RGB (Red+Green+Blue) = 101+234+191=526 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.20% from 526); Green value is 234 (91.80% from 255 or 44.49% from 526); Blue value is 191 (75% from 255 or 36.31% from 526); Max value from RGB is 234 - color contains mainly: green. Hex color #65EABF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65EABF is #9A1540. Grayscale: #BDBDBD. Windows color (decimal): -10097985 or 12577381. OLE color: 12577381.
HSL color Cylindrical-coordinate representation of color #65EABF: hue angle of 160.6º 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 #65EABF is Cyan = 0.57, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 101 | 234 | 191 | - |
| CMYK | 0.57 | 0 | 0.18 | 0.08 |
| HSL | 160.6º | 0.76% | 0.66% | - |
| HSV(B) | 160.6º | 0.57% | 0.92% | - |
| XYZ | 44.19 | 65.37 | 59.58 | - |
| YUV | 189.33 | 128.94 | 65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 234 | 191 | 0.57 | 0 | 0.18 | 0.08 | 160.6 | 0.76 | 0.66 |
| Hex | 65 | EA | BF | 39 | 0 | 12 | 8 | A1 | 4C | 42 |
| Octal | 145 | 352 | 277 | 71 | 0 | 22 | 10 | 241 | 114 | 102 |
| Binary | 1100101 | 11101010 | 10111111 | 111001 | 0 | 10010 | 1000 | 10100001 | 1001100 | 1000010 |
Color Harmonies of #65EABF
Complementary color
Monochromatic Colors of #65EABF
Black with #65EABF
Text Example
Text Example
White with #65EABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65EABF; }
p { color: rgb(101,234,191); }
H1.HeaderClassName
{
color: #65EABF;
}
.AnyTagClassName
{
color: #65EABF;
}
</style>
background-color css
<style>
a { background-color: #65EABF; }
a { background-color: rgb(101,234,191); }
div.DivClassName
{
background-color: #65EABF;
}
.BgClassName
{
background-color: #65EABF;
}
</style>
border-color css
<style>
span { border-color: #65EABF; }
span { border-color: rgb(101,234,191); }
td.TdClassName
{
border-color: #65EABF;
}
.TagClassName
{
border-color: #65EABF;
}
</style>