Shades of Pelorous #1EA0AF
Tints of Pelorous #1EA0AF
RGB
CMYK
RGB Variations
Color information
#1EA0AF (or 0x1EA0AF) is known color: Pelorous. HEX triplet: 1E, A0 and AF. RGB value is (30,160,175). Sum of RGB (Red+Green+Blue) = 30+160+175=365 (48% of max value = 765). Red value is 30 (12.11% from 255 or 8.22% from 365); Green value is 160 (62.89% from 255 or 43.84% from 365); Blue value is 175 (68.75% from 255 or 47.95% from 365); Max value from RGB is 175 - color contains mainly: blue. Hex color #1EA0AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EA0AF is #E15F50. Grayscale: #7A7A7A. Windows color (decimal): -14770001 or 11509790. OLE color: 11509790.
HSL color Cylindrical-coordinate representation of color #1EA0AF: hue angle of 186.21º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1EA0AF is Cyan = 0.83, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 30 | 160 | 175 | - |
| CMYK | 0.83 | 0.09 | 0 | 0.31 |
| HSL | 186.21º | 0.71% | 0.4% | - |
| HSV(B) | 186.21º | 0.83% | 0.69% | - |
| XYZ | 20.84 | 28.51 | 44.96 | - |
| YUV | 122.84 | 157.43 | 61.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 160 | 175 | 0.83 | 0.09 | 0 | 0.31 | 186.21 | 0.71 | 0.4 |
| Hex | 1E | A0 | AF | 53 | 9 | 0 | 1F | BA | 47 | 28 |
| Octal | 36 | 240 | 257 | 123 | 11 | 0 | 37 | 272 | 107 | 50 |
| Binary | 11110 | 10100000 | 10101111 | 1010011 | 1001 | 0 | 11111 | 10111010 | 1000111 | 101000 |
Color Harmonies of #1EA0AF
Complementary color
Monochromatic Colors of #1EA0AF
Black with #1EA0AF
Text Example
Text Example
White with #1EA0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EA0AF; }
p { color: rgb(30,160,175); }
H1.HeaderClassName
{
color: #1EA0AF;
}
.AnyTagClassName
{
color: #1EA0AF;
}
</style>
background-color css
<style>
a { background-color: #1EA0AF; }
a { background-color: rgb(30,160,175); }
div.DivClassName
{
background-color: #1EA0AF;
}
.BgClassName
{
background-color: #1EA0AF;
}
</style>
border-color css
<style>
span { border-color: #1EA0AF; }
span { border-color: rgb(30,160,175); }
td.TdClassName
{
border-color: #1EA0AF;
}
.TagClassName
{
border-color: #1EA0AF;
}
</style>