Shades of Pelorous #1EACC0
Tints of Pelorous #1EACC0
RGB
CMYK
RGB Variations
Color information
#1EACC0 (or 0x1EACC0) is known color: Pelorous. HEX triplet: 1E, AC and C0. RGB value is (30,172,192). Sum of RGB (Red+Green+Blue) = 30+172+192=394 (52% of max value = 765). Red value is 30 (12.11% from 255 or 7.61% from 394); Green value is 172 (67.58% from 255 or 43.65% from 394); Blue value is 192 (75.39% from 255 or 48.73% from 394); Max value from RGB is 192 - color contains mainly: blue. Hex color #1EACC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EACC0 is #E1533F. Grayscale: #838383. Windows color (decimal): -14766912 or 12626974. OLE color: 12626974.
HSL color Cylindrical-coordinate representation of color #1EACC0: hue angle of 187.41º 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 #1EACC0 is Cyan = 0.84, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 30 | 172 | 192 | - |
| CMYK | 0.84 | 0.10 | 0 | 0.25 |
| HSL | 187.41º | 0.73% | 0.44% | - |
| HSV(B) | 187.41º | 0.84% | 0.75% | - |
| XYZ | 24.8 | 33.59 | 55.04 | - |
| YUV | 131.82 | 161.96 | 55.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 172 | 192 | 0.84 | 0.10 | 0 | 0.25 | 187.41 | 0.73 | 0.44 |
| Hex | 1E | AC | C0 | 54 | A | 0 | 19 | BB | 49 | 2C |
| Octal | 36 | 254 | 300 | 124 | 12 | 0 | 31 | 273 | 111 | 54 |
| Binary | 11110 | 10101100 | 11000000 | 1010100 | 1010 | 0 | 11001 | 10111011 | 1001001 | 101100 |
Color Harmonies of #1EACC0
Complementary color
Monochromatic Colors of #1EACC0
Black with #1EACC0
Text Example
Text Example
White with #1EACC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EACC0; }
p { color: rgb(30,172,192); }
H1.HeaderClassName
{
color: #1EACC0;
}
.AnyTagClassName
{
color: #1EACC0;
}
</style>
background-color css
<style>
a { background-color: #1EACC0; }
a { background-color: rgb(30,172,192); }
div.DivClassName
{
background-color: #1EACC0;
}
.BgClassName
{
background-color: #1EACC0;
}
</style>
border-color css
<style>
span { border-color: #1EACC0; }
span { border-color: rgb(30,172,192); }
td.TdClassName
{
border-color: #1EACC0;
}
.TagClassName
{
border-color: #1EACC0;
}
</style>