Shades of Pelorous #2EA2AA
Tints of Pelorous #2EA2AA
RGB
CMYK
RGB Variations
Color information
#2EA2AA (or 0x2EA2AA) is known color: Pelorous. HEX triplet: 2E, A2 and AA. RGB value is (46,162,170). Sum of RGB (Red+Green+Blue) = 46+162+170=378 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.17% from 378); Green value is 162 (63.67% from 255 or 42.86% from 378); Blue value is 170 (66.80% from 255 or 44.97% from 378); Max value from RGB is 170 - color contains mainly: blue. Hex color #2EA2AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EA2AA is #D15D55. Grayscale: #808080. Windows color (decimal): -13720918 or 11182638. OLE color: 11182638.
HSL color Cylindrical-coordinate representation of color #2EA2AA: hue angle of 183.87º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2EA2AA is Cyan = 0.73, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 46 | 162 | 170 | - |
| CMYK | 0.73 | 0.05 | 0 | 0.33 |
| HSL | 183.87º | 0.57% | 0.42% | - |
| HSV(B) | 183.87º | 0.73% | 0.67% | - |
| XYZ | 21.3 | 29.32 | 42.57 | - |
| YUV | 128.23 | 151.57 | 69.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 162 | 170 | 0.73 | 0.05 | 0 | 0.33 | 183.87 | 0.57 | 0.42 |
| Hex | 2E | A2 | AA | 49 | 5 | 0 | 21 | B8 | 39 | 2A |
| Octal | 56 | 242 | 252 | 111 | 5 | 0 | 41 | 270 | 71 | 52 |
| Binary | 101110 | 10100010 | 10101010 | 1001001 | 101 | 0 | 100001 | 10111000 | 111001 | 101010 |
Color Harmonies of #2EA2AA
Complementary color
Monochromatic Colors of #2EA2AA
Black with #2EA2AA
Text Example
Text Example
White with #2EA2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EA2AA; }
p { color: rgb(46,162,170); }
H1.HeaderClassName
{
color: #2EA2AA;
}
.AnyTagClassName
{
color: #2EA2AA;
}
</style>
background-color css
<style>
a { background-color: #2EA2AA; }
a { background-color: rgb(46,162,170); }
div.DivClassName
{
background-color: #2EA2AA;
}
.BgClassName
{
background-color: #2EA2AA;
}
</style>
border-color css
<style>
span { border-color: #2EA2AA; }
span { border-color: rgb(46,162,170); }
td.TdClassName
{
border-color: #2EA2AA;
}
.TagClassName
{
border-color: #2EA2AA;
}
</style>