Shades of Pelorous #2EA3AB
Tints of Pelorous #2EA3AB
RGB
CMYK
RGB Variations
Color information
#2EA3AB (or 0x2EA3AB) is known color: Pelorous. HEX triplet: 2E, A3 and AB. RGB value is (46,163,171). Sum of RGB (Red+Green+Blue) = 46+163+171=380 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.11% from 380); Green value is 163 (64.06% from 255 or 42.89% from 380); Blue value is 171 (67.19% from 255 or 45% from 380); Max value from RGB is 171 - color contains mainly: blue. Hex color #2EA3AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EA3AB is #D15C54. Grayscale: #808080. Windows color (decimal): -13720661 or 11248430. OLE color: 11248430.
HSL color Cylindrical-coordinate representation of color #2EA3AB: hue angle of 183.84º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2EA3AB is Cyan = 0.73, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 46 | 163 | 171 | - |
| CMYK | 0.73 | 0.05 | 0 | 0.33 |
| HSL | 183.84º | 0.58% | 0.43% | - |
| HSV(B) | 183.84º | 0.73% | 0.67% | - |
| XYZ | 21.57 | 29.72 | 43.13 | - |
| YUV | 128.93 | 151.74 | 68.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 163 | 171 | 0.73 | 0.05 | 0 | 0.33 | 183.84 | 0.58 | 0.43 |
| Hex | 2E | A3 | AB | 49 | 5 | 0 | 21 | B8 | 3A | 2B |
| Octal | 56 | 243 | 253 | 111 | 5 | 0 | 41 | 270 | 72 | 53 |
| Binary | 101110 | 10100011 | 10101011 | 1001001 | 101 | 0 | 100001 | 10111000 | 111010 | 101011 |
Color Harmonies of #2EA3AB
Complementary color
Monochromatic Colors of #2EA3AB
Black with #2EA3AB
Text Example
Text Example
White with #2EA3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EA3AB; }
p { color: rgb(46,163,171); }
H1.HeaderClassName
{
color: #2EA3AB;
}
.AnyTagClassName
{
color: #2EA3AB;
}
</style>
background-color css
<style>
a { background-color: #2EA3AB; }
a { background-color: rgb(46,163,171); }
div.DivClassName
{
background-color: #2EA3AB;
}
.BgClassName
{
background-color: #2EA3AB;
}
</style>
border-color css
<style>
span { border-color: #2EA3AB; }
span { border-color: rgb(46,163,171); }
td.TdClassName
{
border-color: #2EA3AB;
}
.TagClassName
{
border-color: #2EA3AB;
}
</style>