Shades of Pelorous #2EABB6
Tints of Pelorous #2EABB6
RGB
CMYK
RGB Variations
Color information
#2EABB6 (or 0x2EABB6) is known color: Pelorous. HEX triplet: 2E, AB and B6. RGB value is (46,171,182). Sum of RGB (Red+Green+Blue) = 46+171+182=399 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.53% from 399); Green value is 171 (67.19% from 255 or 42.86% from 399); Blue value is 182 (71.48% from 255 or 45.61% from 399); Max value from RGB is 182 - color contains mainly: blue. Hex color #2EABB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EABB6 is #D15449. Grayscale: #868686. Windows color (decimal): -13718602 or 11971374. OLE color: 11971374.
HSL color Cylindrical-coordinate representation of color #2EABB6: hue angle of 184.85º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2EABB6 is Cyan = 0.75, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 46 | 171 | 182 | - |
| CMYK | 0.75 | 0.06 | 0 | 0.29 |
| HSL | 184.85º | 0.6% | 0.45% | - |
| HSV(B) | 184.85º | 0.75% | 0.71% | - |
| XYZ | 24.13 | 33.08 | 49.37 | - |
| YUV | 134.88 | 154.59 | 64.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 171 | 182 | 0.75 | 0.06 | 0 | 0.29 | 184.85 | 0.6 | 0.45 |
| Hex | 2E | AB | B6 | 4B | 6 | 0 | 1D | B9 | 3C | 2D |
| Octal | 56 | 253 | 266 | 113 | 6 | 0 | 35 | 271 | 74 | 55 |
| Binary | 101110 | 10101011 | 10110110 | 1001011 | 110 | 0 | 11101 | 10111001 | 111100 | 101101 |
Color Harmonies of #2EABB6
Complementary color
Monochromatic Colors of #2EABB6
Black with #2EABB6
Text Example
Text Example
White with #2EABB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EABB6; }
p { color: rgb(46,171,182); }
H1.HeaderClassName
{
color: #2EABB6;
}
.AnyTagClassName
{
color: #2EABB6;
}
</style>
background-color css
<style>
a { background-color: #2EABB6; }
a { background-color: rgb(46,171,182); }
div.DivClassName
{
background-color: #2EABB6;
}
.BgClassName
{
background-color: #2EABB6;
}
</style>
border-color css
<style>
span { border-color: #2EABB6; }
span { border-color: rgb(46,171,182); }
td.TdClassName
{
border-color: #2EABB6;
}
.TagClassName
{
border-color: #2EABB6;
}
</style>