Shades of Pelorous #2E9AAB
Tints of Pelorous #2E9AAB
RGB
CMYK
RGB Variations
Color information
#2E9AAB (or 0x2E9AAB) is known color: Pelorous. HEX triplet: 2E, 9A and AB. RGB value is (46,154,171). Sum of RGB (Red+Green+Blue) = 46+154+171=371 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.40% from 371); Green value is 154 (60.55% from 255 or 41.51% from 371); Blue value is 171 (67.19% from 255 or 46.09% from 371); Max value from RGB is 171 - color contains mainly: blue. Hex color #2E9AAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E9AAB is #D16554. Grayscale: #7B7B7B. Windows color (decimal): -13722965 or 11246126. OLE color: 11246126.
HSL color Cylindrical-coordinate representation of color #2E9AAB: hue angle of 188.16º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2E9AAB is Cyan = 0.73, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 46 | 154 | 171 | - |
| CMYK | 0.73 | 0.10 | 0 | 0.33 |
| HSL | 188.16º | 0.58% | 0.43% | - |
| HSV(B) | 188.16º | 0.73% | 0.67% | - |
| XYZ | 20.03 | 26.63 | 42.61 | - |
| YUV | 123.65 | 154.72 | 72.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 154 | 171 | 0.73 | 0.10 | 0 | 0.33 | 188.16 | 0.58 | 0.43 |
| Hex | 2E | 9A | AB | 49 | A | 0 | 21 | BC | 3A | 2B |
| Octal | 56 | 232 | 253 | 111 | 12 | 0 | 41 | 274 | 72 | 53 |
| Binary | 101110 | 10011010 | 10101011 | 1001001 | 1010 | 0 | 100001 | 10111100 | 111010 | 101011 |
Color Harmonies of #2E9AAB
Complementary color
Monochromatic Colors of #2E9AAB
Black with #2E9AAB
Text Example
Text Example
White with #2E9AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E9AAB; }
p { color: rgb(46,154,171); }
H1.HeaderClassName
{
color: #2E9AAB;
}
.AnyTagClassName
{
color: #2E9AAB;
}
</style>
background-color css
<style>
a { background-color: #2E9AAB; }
a { background-color: rgb(46,154,171); }
div.DivClassName
{
background-color: #2E9AAB;
}
.BgClassName
{
background-color: #2E9AAB;
}
</style>
border-color css
<style>
span { border-color: #2E9AAB; }
span { border-color: rgb(46,154,171); }
td.TdClassName
{
border-color: #2E9AAB;
}
.TagClassName
{
border-color: #2E9AAB;
}
</style>