Shades of Pelorous #2EACBC
Tints of Pelorous #2EACBC
RGB
CMYK
RGB Variations
Color information
#2EACBC (or 0x2EACBC) is known color: Pelorous. HEX triplet: 2E, AC and BC. RGB value is (46,172,188). Sum of RGB (Red+Green+Blue) = 46+172+188=406 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.33% from 406); Green value is 172 (67.58% from 255 or 42.36% from 406); Blue value is 188 (73.83% from 255 or 46.31% from 406); Max value from RGB is 188 - color contains mainly: blue. Hex color #2EACBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EACBC is #D15343. Grayscale: #878787. Windows color (decimal): -13718340 or 12364846. OLE color: 12364846.
HSL color Cylindrical-coordinate representation of color #2EACBC: hue angle of 186.76º 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 #2EACBC is Cyan = 0.76, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 46 | 172 | 188 | - |
| CMYK | 0.76 | 0.09 | 0 | 0.26 |
| HSL | 186.76º | 0.61% | 0.46% | - |
| HSV(B) | 186.76º | 0.76% | 0.74% | - |
| XYZ | 24.96 | 33.72 | 52.77 | - |
| YUV | 136.15 | 157.26 | 63.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 172 | 188 | 0.76 | 0.09 | 0 | 0.26 | 186.76 | 0.61 | 0.46 |
| Hex | 2E | AC | BC | 4C | 9 | 0 | 1A | BB | 3D | 2E |
| Octal | 56 | 254 | 274 | 114 | 11 | 0 | 32 | 273 | 75 | 56 |
| Binary | 101110 | 10101100 | 10111100 | 1001100 | 1001 | 0 | 11010 | 10111011 | 111101 | 101110 |
Color Harmonies of #2EACBC
Complementary color
Monochromatic Colors of #2EACBC
Black with #2EACBC
Text Example
Text Example
White with #2EACBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EACBC; }
p { color: rgb(46,172,188); }
H1.HeaderClassName
{
color: #2EACBC;
}
.AnyTagClassName
{
color: #2EACBC;
}
</style>
background-color css
<style>
a { background-color: #2EACBC; }
a { background-color: rgb(46,172,188); }
div.DivClassName
{
background-color: #2EACBC;
}
.BgClassName
{
background-color: #2EACBC;
}
</style>
border-color css
<style>
span { border-color: #2EACBC; }
span { border-color: rgb(46,172,188); }
td.TdClassName
{
border-color: #2EACBC;
}
.TagClassName
{
border-color: #2EACBC;
}
</style>