Shades of Pelorous #2EAABA
Tints of Pelorous #2EAABA
RGB
CMYK
RGB Variations
Color information
#2EAABA (or 0x2EAABA) is known color: Pelorous. HEX triplet: 2E, AA and BA. RGB value is (46,170,186). Sum of RGB (Red+Green+Blue) = 46+170+186=402 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.44% from 402); Green value is 170 (66.80% from 255 or 42.29% from 402); Blue value is 186 (73.05% from 255 or 46.27% from 402); Max value from RGB is 186 - color contains mainly: blue. Hex color #2EAABA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EAABA is #D15545. Grayscale: #868686. Windows color (decimal): -13718854 or 12233262. OLE color: 12233262.
HSL color Cylindrical-coordinate representation of color #2EAABA: hue angle of 186.86º 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 #2EAABA is Cyan = 0.75, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 170 | 186 | - |
| CMYK | 0.75 | 0.09 | 0 | 0.27 |
| HSL | 186.86º | 0.6% | 0.45% | - |
| HSV(B) | 186.86º | 0.75% | 0.73% | - |
| XYZ | 24.36 | 32.88 | 51.52 | - |
| YUV | 134.75 | 156.92 | 64.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 170 | 186 | 0.75 | 0.09 | 0 | 0.27 | 186.86 | 0.6 | 0.45 |
| Hex | 2E | AA | BA | 4B | 9 | 0 | 1B | BB | 3C | 2D |
| Octal | 56 | 252 | 272 | 113 | 11 | 0 | 33 | 273 | 74 | 55 |
| Binary | 101110 | 10101010 | 10111010 | 1001011 | 1001 | 0 | 11011 | 10111011 | 111100 | 101101 |
Color Harmonies of #2EAABA
Complementary color
Monochromatic Colors of #2EAABA
Black with #2EAABA
Text Example
Text Example
White with #2EAABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EAABA; }
p { color: rgb(46,170,186); }
H1.HeaderClassName
{
color: #2EAABA;
}
.AnyTagClassName
{
color: #2EAABA;
}
</style>
background-color css
<style>
a { background-color: #2EAABA; }
a { background-color: rgb(46,170,186); }
div.DivClassName
{
background-color: #2EAABA;
}
.BgClassName
{
background-color: #2EAABA;
}
</style>
border-color css
<style>
span { border-color: #2EAABA; }
span { border-color: rgb(46,170,186); }
td.TdClassName
{
border-color: #2EAABA;
}
.TagClassName
{
border-color: #2EAABA;
}
</style>