Shades of Pelorous #2EA6B1
Tints of Pelorous #2EA6B1
RGB
CMYK
RGB Variations
Color information
#2EA6B1 (or 0x2EA6B1) is known color: Pelorous. HEX triplet: 2E, A6 and B1. RGB value is (46,166,177). Sum of RGB (Red+Green+Blue) = 46+166+177=389 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.83% from 389); Green value is 166 (65.23% from 255 or 42.67% from 389); Blue value is 177 (69.53% from 255 or 45.50% from 389); Max value from RGB is 177 - color contains mainly: blue. Hex color #2EA6B1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EA6B1 is #D1594E. Grayscale: #838383. Windows color (decimal): -13719887 or 11642414. OLE color: 11642414.
HSL color Cylindrical-coordinate representation of color #2EA6B1: hue angle of 185.04º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2EA6B1 is Cyan = 0.74, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 46 | 166 | 177 | - |
| CMYK | 0.74 | 0.06 | 0 | 0.31 |
| HSL | 185.04º | 0.59% | 0.44% | - |
| HSV(B) | 185.04º | 0.74% | 0.69% | - |
| XYZ | 22.7 | 31.03 | 46.39 | - |
| YUV | 131.37 | 153.74 | 67.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 166 | 177 | 0.74 | 0.06 | 0 | 0.31 | 185.04 | 0.59 | 0.44 |
| Hex | 2E | A6 | B1 | 4A | 6 | 0 | 1F | B9 | 3B | 2C |
| Octal | 56 | 246 | 261 | 112 | 6 | 0 | 37 | 271 | 73 | 54 |
| Binary | 101110 | 10100110 | 10110001 | 1001010 | 110 | 0 | 11111 | 10111001 | 111011 | 101100 |
Color Harmonies of #2EA6B1
Complementary color
Monochromatic Colors of #2EA6B1
Black with #2EA6B1
Text Example
Text Example
White with #2EA6B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EA6B1; }
p { color: rgb(46,166,177); }
H1.HeaderClassName
{
color: #2EA6B1;
}
.AnyTagClassName
{
color: #2EA6B1;
}
</style>
background-color css
<style>
a { background-color: #2EA6B1; }
a { background-color: rgb(46,166,177); }
div.DivClassName
{
background-color: #2EA6B1;
}
.BgClassName
{
background-color: #2EA6B1;
}
</style>
border-color css
<style>
span { border-color: #2EA6B1; }
span { border-color: rgb(46,166,177); }
td.TdClassName
{
border-color: #2EA6B1;
}
.TagClassName
{
border-color: #2EA6B1;
}
</style>