Shades of Pelorous #1EA2AB
Tints of Pelorous #1EA2AB
RGB
CMYK
RGB Variations
Color information
#1EA2AB (or 0x1EA2AB) is known color: Pelorous. HEX triplet: 1E, A2 and AB. RGB value is (30,162,171). Sum of RGB (Red+Green+Blue) = 30+162+171=363 (48% of max value = 765). Red value is 30 (12.11% from 255 or 8.26% from 363); Green value is 162 (63.67% from 255 or 44.63% from 363); Blue value is 171 (67.19% from 255 or 47.11% from 363); Max value from RGB is 171 - color contains mainly: blue. Hex color #1EA2AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EA2AB is #E15D54. Grayscale: #7B7B7B. Windows color (decimal): -14769493 or 11248158. OLE color: 11248158.
HSL color Cylindrical-coordinate representation of color #1EA2AB: hue angle of 183.83º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1EA2AB is Cyan = 0.82, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 30 | 162 | 171 | - |
| CMYK | 0.82 | 0.05 | 0 | 0.33 |
| HSL | 183.83º | 0.7% | 0.39% | - |
| HSV(B) | 183.83º | 0.82% | 0.67% | - |
| XYZ | 20.81 | 29.06 | 43.04 | - |
| YUV | 123.56 | 154.77 | 61.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 162 | 171 | 0.82 | 0.05 | 0 | 0.33 | 183.83 | 0.7 | 0.39 |
| Hex | 1E | A2 | AB | 52 | 5 | 0 | 21 | B8 | 46 | 27 |
| Octal | 36 | 242 | 253 | 122 | 5 | 0 | 41 | 270 | 106 | 47 |
| Binary | 11110 | 10100010 | 10101011 | 1010010 | 101 | 0 | 100001 | 10111000 | 1000110 | 100111 |
Color Harmonies of #1EA2AB
Complementary color
Monochromatic Colors of #1EA2AB
Black with #1EA2AB
Text Example
Text Example
White with #1EA2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EA2AB; }
p { color: rgb(30,162,171); }
H1.HeaderClassName
{
color: #1EA2AB;
}
.AnyTagClassName
{
color: #1EA2AB;
}
</style>
background-color css
<style>
a { background-color: #1EA2AB; }
a { background-color: rgb(30,162,171); }
div.DivClassName
{
background-color: #1EA2AB;
}
.BgClassName
{
background-color: #1EA2AB;
}
</style>
border-color css
<style>
span { border-color: #1EA2AB; }
span { border-color: rgb(30,162,171); }
td.TdClassName
{
border-color: #1EA2AB;
}
.TagClassName
{
border-color: #1EA2AB;
}
</style>