Shades of Pelorous #2EAAB9
Tints of Pelorous #2EAAB9
RGB
CMYK
RGB Variations
Color information
#2EAAB9 (or 0x2EAAB9) is known color: Pelorous. HEX triplet: 2E, AA and B9. RGB value is (46,170,185). Sum of RGB (Red+Green+Blue) = 46+170+185=401 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.47% from 401); Green value is 170 (66.80% from 255 or 42.39% from 401); Blue value is 185 (72.66% from 255 or 46.13% from 401); Max value from RGB is 185 - color contains mainly: blue. Hex color #2EAAB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EAAB9 is #D15546. Grayscale: #868686. Windows color (decimal): -13718855 or 12167726. OLE color: 12167726.
HSL color Cylindrical-coordinate representation of color #2EAAB9: hue angle of 186.47º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2EAAB9 is Cyan = 0.75, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 170 | 185 | - |
| CMYK | 0.75 | 0.08 | 0 | 0.27 |
| HSL | 186.47º | 0.6% | 0.45% | - |
| HSV(B) | 186.47º | 0.75% | 0.73% | - |
| XYZ | 24.26 | 32.83 | 50.96 | - |
| YUV | 134.63 | 156.42 | 64.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 170 | 185 | 0.75 | 0.08 | 0 | 0.27 | 186.47 | 0.6 | 0.45 |
| Hex | 2E | AA | B9 | 4B | 8 | 0 | 1B | BA | 3C | 2D |
| Octal | 56 | 252 | 271 | 113 | 10 | 0 | 33 | 272 | 74 | 55 |
| Binary | 101110 | 10101010 | 10111001 | 1001011 | 1000 | 0 | 11011 | 10111010 | 111100 | 101101 |
Color Harmonies of #2EAAB9
Complementary color
Monochromatic Colors of #2EAAB9
Black with #2EAAB9
Text Example
Text Example
White with #2EAAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EAAB9; }
p { color: rgb(46,170,185); }
H1.HeaderClassName
{
color: #2EAAB9;
}
.AnyTagClassName
{
color: #2EAAB9;
}
</style>
background-color css
<style>
a { background-color: #2EAAB9; }
a { background-color: rgb(46,170,185); }
div.DivClassName
{
background-color: #2EAAB9;
}
.BgClassName
{
background-color: #2EAAB9;
}
</style>
border-color css
<style>
span { border-color: #2EAAB9; }
span { border-color: rgb(46,170,185); }
td.TdClassName
{
border-color: #2EAAB9;
}
.TagClassName
{
border-color: #2EAAB9;
}
</style>