Shades of Pelorous #2EACBD
Tints of Pelorous #2EACBD
RGB
CMYK
RGB Variations
Color information
#2EACBD (or 0x2EACBD) is known color: Pelorous. HEX triplet: 2E, AC and BD. RGB value is (46,172,189). Sum of RGB (Red+Green+Blue) = 46+172+189=407 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.30% from 407); Green value is 172 (67.58% from 255 or 42.26% from 407); Blue value is 189 (74.22% from 255 or 46.44% from 407); Max value from RGB is 189 - color contains mainly: blue. Hex color #2EACBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EACBD is #D15342. Grayscale: #888888. Windows color (decimal): -13718339 or 12430382. OLE color: 12430382.
HSL color Cylindrical-coordinate representation of color #2EACBD: hue angle of 187.13º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EACBD is Cyan = 0.76, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 46 | 172 | 189 | - |
| CMYK | 0.76 | 0.09 | 0 | 0.26 |
| HSL | 187.13º | 0.61% | 0.46% | - |
| HSV(B) | 187.13º | 0.76% | 0.74% | - |
| XYZ | 25.06 | 33.76 | 53.34 | - |
| YUV | 136.26 | 157.76 | 63.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 172 | 189 | 0.76 | 0.09 | 0 | 0.26 | 187.13 | 0.61 | 0.46 |
| Hex | 2E | AC | BD | 4C | 9 | 0 | 1A | BB | 3D | 2E |
| Octal | 56 | 254 | 275 | 114 | 11 | 0 | 32 | 273 | 75 | 56 |
| Binary | 101110 | 10101100 | 10111101 | 1001100 | 1001 | 0 | 11010 | 10111011 | 111101 | 101110 |
Color Harmonies of #2EACBD
Complementary color
Monochromatic Colors of #2EACBD
Black with #2EACBD
Text Example
Text Example
White with #2EACBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EACBD; }
p { color: rgb(46,172,189); }
H1.HeaderClassName
{
color: #2EACBD;
}
.AnyTagClassName
{
color: #2EACBD;
}
</style>
background-color css
<style>
a { background-color: #2EACBD; }
a { background-color: rgb(46,172,189); }
div.DivClassName
{
background-color: #2EACBD;
}
.BgClassName
{
background-color: #2EACBD;
}
</style>
border-color css
<style>
span { border-color: #2EACBD; }
span { border-color: rgb(46,172,189); }
td.TdClassName
{
border-color: #2EACBD;
}
.TagClassName
{
border-color: #2EACBD;
}
</style>