Shades of Pelorous #1EA3C0
Tints of Pelorous #1EA3C0
RGB
CMYK
RGB Variations
Color information
#1EA3C0 (or 0x1EA3C0) is known color: Pelorous. HEX triplet: 1E, A3 and C0. RGB value is (30,163,192). Sum of RGB (Red+Green+Blue) = 30+163+192=385 (50% of max value = 765). Red value is 30 (12.11% from 255 or 7.79% from 385); Green value is 163 (64.06% from 255 or 42.34% from 385); Blue value is 192 (75.39% from 255 or 49.87% from 385); Max value from RGB is 192 - color contains mainly: blue. Hex color #1EA3C0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EA3C0 is #E15C3F. Grayscale: #7E7E7E. Windows color (decimal): -14769216 or 12624670. OLE color: 12624670.
HSL color Cylindrical-coordinate representation of color #1EA3C0: hue angle of 190.74º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EA3C0 is Cyan = 0.84, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 30 | 163 | 192 | - |
| CMYK | 0.84 | 0.15 | 0 | 0.25 |
| HSL | 190.74º | 0.73% | 0.44% | - |
| HSV(B) | 190.74º | 0.84% | 0.75% | - |
| XYZ | 23.15 | 30.28 | 54.49 | - |
| YUV | 126.54 | 164.94 | 59.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 163 | 192 | 0.84 | 0.15 | 0 | 0.25 | 190.74 | 0.73 | 0.44 |
| Hex | 1E | A3 | C0 | 54 | F | 0 | 19 | BF | 49 | 2C |
| Octal | 36 | 243 | 300 | 124 | 17 | 0 | 31 | 277 | 111 | 54 |
| Binary | 11110 | 10100011 | 11000000 | 1010100 | 1111 | 0 | 11001 | 10111111 | 1001001 | 101100 |
Color Harmonies of #1EA3C0
Complementary color
Monochromatic Colors of #1EA3C0
Black with #1EA3C0
Text Example
Text Example
White with #1EA3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EA3C0; }
p { color: rgb(30,163,192); }
H1.HeaderClassName
{
color: #1EA3C0;
}
.AnyTagClassName
{
color: #1EA3C0;
}
</style>
background-color css
<style>
a { background-color: #1EA3C0; }
a { background-color: rgb(30,163,192); }
div.DivClassName
{
background-color: #1EA3C0;
}
.BgClassName
{
background-color: #1EA3C0;
}
</style>
border-color css
<style>
span { border-color: #1EA3C0; }
span { border-color: rgb(30,163,192); }
td.TdClassName
{
border-color: #1EA3C0;
}
.TagClassName
{
border-color: #1EA3C0;
}
</style>