Shades of Pelorous #2EADBB
Tints of Pelorous #2EADBB
RGB
CMYK
RGB Variations
Color information
#2EADBB (or 0x2EADBB) is known color: Pelorous. HEX triplet: 2E, AD and BB. RGB value is (46,173,187). Sum of RGB (Red+Green+Blue) = 46+173+187=406 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.33% from 406); Green value is 173 (67.97% from 255 or 42.61% from 406); Blue value is 187 (73.44% from 255 or 46.06% from 406); Max value from RGB is 187 - color contains mainly: blue. Hex color #2EADBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EADBB is #D15244. Grayscale: #888888. Windows color (decimal): -13718085 or 12299566. OLE color: 12299566.
HSL color Cylindrical-coordinate representation of color #2EADBB: hue angle of 185.96º 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 #2EADBB is Cyan = 0.75, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 173 | 187 | - |
| CMYK | 0.75 | 0.07 | 0 | 0.27 |
| HSL | 185.96º | 0.61% | 0.46% | - |
| HSV(B) | 185.96º | 0.75% | 0.73% | - |
| XYZ | 25.04 | 34.06 | 52.27 | - |
| YUV | 136.62 | 156.42 | 63.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 173 | 187 | 0.75 | 0.07 | 0 | 0.27 | 185.96 | 0.61 | 0.46 |
| Hex | 2E | AD | BB | 4B | 7 | 0 | 1B | BA | 3D | 2E |
| Octal | 56 | 255 | 273 | 113 | 7 | 0 | 33 | 272 | 75 | 56 |
| Binary | 101110 | 10101101 | 10111011 | 1001011 | 111 | 0 | 11011 | 10111010 | 111101 | 101110 |
Color Harmonies of #2EADBB
Complementary color
Monochromatic Colors of #2EADBB
Black with #2EADBB
Text Example
Text Example
White with #2EADBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EADBB; }
p { color: rgb(46,173,187); }
H1.HeaderClassName
{
color: #2EADBB;
}
.AnyTagClassName
{
color: #2EADBB;
}
</style>
background-color css
<style>
a { background-color: #2EADBB; }
a { background-color: rgb(46,173,187); }
div.DivClassName
{
background-color: #2EADBB;
}
.BgClassName
{
background-color: #2EADBB;
}
</style>
border-color css
<style>
span { border-color: #2EADBB; }
span { border-color: rgb(46,173,187); }
td.TdClassName
{
border-color: #2EADBB;
}
.TagClassName
{
border-color: #2EADBB;
}
</style>