Shades of Pelorous #1EA3AC
Tints of Pelorous #1EA3AC
RGB
CMYK
RGB Variations
Color information
#1EA3AC (or 0x1EA3AC) is known color: Pelorous. HEX triplet: 1E, A3 and AC. RGB value is (30,163,172). Sum of RGB (Red+Green+Blue) = 30+163+172=365 (48% of max value = 765). Red value is 30 (12.11% from 255 or 8.22% from 365); Green value is 163 (64.06% from 255 or 44.66% from 365); Blue value is 172 (67.58% from 255 or 47.12% from 365); Max value from RGB is 172 - color contains mainly: blue. Hex color #1EA3AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EA3AC is #E15C53. Grayscale: #7C7C7C. Windows color (decimal): -14769236 or 11313950. OLE color: 11313950.
HSL color Cylindrical-coordinate representation of color #1EA3AC: hue angle of 183.8º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1EA3AC is Cyan = 0.83, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 30 | 163 | 172 | - |
| CMYK | 0.83 | 0.05 | 0 | 0.33 |
| HSL | 183.8º | 0.7% | 0.4% | - |
| HSV(B) | 183.8º | 0.83% | 0.67% | - |
| XYZ | 21.08 | 29.45 | 43.6 | - |
| YUV | 124.26 | 154.94 | 60.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 163 | 172 | 0.83 | 0.05 | 0 | 0.33 | 183.8 | 0.7 | 0.4 |
| Hex | 1E | A3 | AC | 53 | 5 | 0 | 21 | B8 | 46 | 28 |
| Octal | 36 | 243 | 254 | 123 | 5 | 0 | 41 | 270 | 106 | 50 |
| Binary | 11110 | 10100011 | 10101100 | 1010011 | 101 | 0 | 100001 | 10111000 | 1000110 | 101000 |
Color Harmonies of #1EA3AC
Complementary color
Monochromatic Colors of #1EA3AC
Black with #1EA3AC
Text Example
Text Example
White with #1EA3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EA3AC; }
p { color: rgb(30,163,172); }
H1.HeaderClassName
{
color: #1EA3AC;
}
.AnyTagClassName
{
color: #1EA3AC;
}
</style>
background-color css
<style>
a { background-color: #1EA3AC; }
a { background-color: rgb(30,163,172); }
div.DivClassName
{
background-color: #1EA3AC;
}
.BgClassName
{
background-color: #1EA3AC;
}
</style>
border-color css
<style>
span { border-color: #1EA3AC; }
span { border-color: rgb(30,163,172); }
td.TdClassName
{
border-color: #1EA3AC;
}
.TagClassName
{
border-color: #1EA3AC;
}
</style>