Shades of Pelorous #2EACBB
Tints of Pelorous #2EACBB
RGB
CMYK
RGB Variations
Color information
#2EACBB (or 0x2EACBB) is known color: Pelorous. HEX triplet: 2E, AC and BB. RGB value is (46,172,187). Sum of RGB (Red+Green+Blue) = 46+172+187=405 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.36% from 405); Green value is 172 (67.58% from 255 or 42.47% from 405); Blue value is 187 (73.44% from 255 or 46.17% from 405); Max value from RGB is 187 - color contains mainly: blue. Hex color #2EACBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EACBB is #D15344. Grayscale: #878787. Windows color (decimal): -13718341 or 12299310. OLE color: 12299310.
HSL color Cylindrical-coordinate representation of color #2EACBB: hue angle of 186.38º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2EACBB is Cyan = 0.75, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 172 | 187 | - |
| CMYK | 0.75 | 0.08 | 0 | 0.27 |
| HSL | 186.38º | 0.61% | 0.46% | - |
| HSV(B) | 186.38º | 0.75% | 0.73% | - |
| XYZ | 24.85 | 33.67 | 52.2 | - |
| YUV | 136.04 | 156.76 | 63.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 172 | 187 | 0.75 | 0.08 | 0 | 0.27 | 186.38 | 0.61 | 0.46 |
| Hex | 2E | AC | BB | 4B | 8 | 0 | 1B | BA | 3D | 2E |
| Octal | 56 | 254 | 273 | 113 | 10 | 0 | 33 | 272 | 75 | 56 |
| Binary | 101110 | 10101100 | 10111011 | 1001011 | 1000 | 0 | 11011 | 10111010 | 111101 | 101110 |
Color Harmonies of #2EACBB
Complementary color
Monochromatic Colors of #2EACBB
Black with #2EACBB
Text Example
Text Example
White with #2EACBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EACBB; }
p { color: rgb(46,172,187); }
H1.HeaderClassName
{
color: #2EACBB;
}
.AnyTagClassName
{
color: #2EACBB;
}
</style>
background-color css
<style>
a { background-color: #2EACBB; }
a { background-color: rgb(46,172,187); }
div.DivClassName
{
background-color: #2EACBB;
}
.BgClassName
{
background-color: #2EACBB;
}
</style>
border-color css
<style>
span { border-color: #2EACBB; }
span { border-color: rgb(46,172,187); }
td.TdClassName
{
border-color: #2EACBB;
}
.TagClassName
{
border-color: #2EACBB;
}
</style>