Shades of Pelorous #2EACBF
Tints of Pelorous #2EACBF
RGB
CMYK
RGB Variations
Color information
#2EACBF (or 0x2EACBF) is known color: Pelorous. HEX triplet: 2E, AC and BF. RGB value is (46,172,191). Sum of RGB (Red+Green+Blue) = 46+172+191=409 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.25% from 409); Green value is 172 (67.58% from 255 or 42.05% from 409); Blue value is 191 (75% from 255 or 46.70% from 409); Max value from RGB is 191 - color contains mainly: blue. Hex color #2EACBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EACBF is #D15340. Grayscale: #888888. Windows color (decimal): -13718337 or 12561454. OLE color: 12561454.
HSL color Cylindrical-coordinate representation of color #2EACBF: hue angle of 187.86º 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 #2EACBF is Cyan = 0.76, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 46 | 172 | 191 | - |
| CMYK | 0.76 | 0.10 | 0 | 0.25 |
| HSL | 187.86º | 0.61% | 0.46% | - |
| HSV(B) | 187.86º | 0.76% | 0.75% | - |
| XYZ | 25.28 | 33.85 | 54.49 | - |
| YUV | 136.49 | 158.76 | 63.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 172 | 191 | 0.76 | 0.10 | 0 | 0.25 | 187.86 | 0.61 | 0.46 |
| Hex | 2E | AC | BF | 4C | A | 0 | 19 | BC | 3D | 2E |
| Octal | 56 | 254 | 277 | 114 | 12 | 0 | 31 | 274 | 75 | 56 |
| Binary | 101110 | 10101100 | 10111111 | 1001100 | 1010 | 0 | 11001 | 10111100 | 111101 | 101110 |
Color Harmonies of #2EACBF
Complementary color
Monochromatic Colors of #2EACBF
Black with #2EACBF
Text Example
Text Example
White with #2EACBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EACBF; }
p { color: rgb(46,172,191); }
H1.HeaderClassName
{
color: #2EACBF;
}
.AnyTagClassName
{
color: #2EACBF;
}
</style>
background-color css
<style>
a { background-color: #2EACBF; }
a { background-color: rgb(46,172,191); }
div.DivClassName
{
background-color: #2EACBF;
}
.BgClassName
{
background-color: #2EACBF;
}
</style>
border-color css
<style>
span { border-color: #2EACBF; }
span { border-color: rgb(46,172,191); }
td.TdClassName
{
border-color: #2EACBF;
}
.TagClassName
{
border-color: #2EACBF;
}
</style>