Shades of Pelorous #2EA0BE
Tints of Pelorous #2EA0BE
RGB
CMYK
RGB Variations
Color information
#2EA0BE (or 0x2EA0BE) is known color: Pelorous. HEX triplet: 2E, A0 and BE. RGB value is (46,160,190). Sum of RGB (Red+Green+Blue) = 46+160+190=396 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.62% from 396); Green value is 160 (62.89% from 255 or 40.40% from 396); Blue value is 190 (74.61% from 255 or 47.98% from 396); Max value from RGB is 190 - color contains mainly: blue. Hex color #2EA0BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EA0BE is #D15F41. Grayscale: #818181. Windows color (decimal): -13721410 or 12492846. OLE color: 12492846.
HSL color Cylindrical-coordinate representation of color #2EA0BE: hue angle of 192.5º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EA0BE is Cyan = 0.76, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 46 | 160 | 190 | - |
| CMYK | 0.76 | 0.16 | 0 | 0.25 |
| HSL | 192.5º | 0.61% | 0.46% | - |
| HSV(B) | 192.5º | 0.76% | 0.75% | - |
| XYZ | 22.99 | 29.44 | 53.19 | - |
| YUV | 129.33 | 162.23 | 68.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 160 | 190 | 0.76 | 0.16 | 0 | 0.25 | 192.5 | 0.61 | 0.46 |
| Hex | 2E | A0 | BE | 4C | 10 | 0 | 19 | C0 | 3D | 2E |
| Octal | 56 | 240 | 276 | 114 | 20 | 0 | 31 | 300 | 75 | 56 |
| Binary | 101110 | 10100000 | 10111110 | 1001100 | 10000 | 0 | 11001 | 11000000 | 111101 | 101110 |
Color Harmonies of #2EA0BE
Complementary color
Monochromatic Colors of #2EA0BE
Black with #2EA0BE
Text Example
Text Example
White with #2EA0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EA0BE; }
p { color: rgb(46,160,190); }
H1.HeaderClassName
{
color: #2EA0BE;
}
.AnyTagClassName
{
color: #2EA0BE;
}
</style>
background-color css
<style>
a { background-color: #2EA0BE; }
a { background-color: rgb(46,160,190); }
div.DivClassName
{
background-color: #2EA0BE;
}
.BgClassName
{
background-color: #2EA0BE;
}
</style>
border-color css
<style>
span { border-color: #2EA0BE; }
span { border-color: rgb(46,160,190); }
td.TdClassName
{
border-color: #2EA0BE;
}
.TagClassName
{
border-color: #2EA0BE;
}
</style>