Shades of Pelorous #1EA4AD
Tints of Pelorous #1EA4AD
RGB
CMYK
RGB Variations
Color information
#1EA4AD (or 0x1EA4AD) is known color: Pelorous. HEX triplet: 1E, A4 and AD. RGB value is (30,164,173). Sum of RGB (Red+Green+Blue) = 30+164+173=367 (48% of max value = 765). Red value is 30 (12.11% from 255 or 8.17% from 367); Green value is 164 (64.45% from 255 or 44.69% from 367); Blue value is 173 (67.97% from 255 or 47.14% from 367); Max value from RGB is 173 - color contains mainly: blue. Hex color #1EA4AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EA4AD is #E15B52. Grayscale: #7C7C7C. Windows color (decimal): -14768979 or 11379742. OLE color: 11379742.
HSL color Cylindrical-coordinate representation of color #1EA4AD: hue angle of 183.78º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1EA4AD is Cyan = 0.83, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 30 | 164 | 173 | - |
| CMYK | 0.83 | 0.05 | 0 | 0.32 |
| HSL | 183.78º | 0.7% | 0.4% | - |
| HSV(B) | 183.78º | 0.83% | 0.68% | - |
| XYZ | 21.35 | 29.84 | 44.17 | - |
| YUV | 124.96 | 155.11 | 60.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 164 | 173 | 0.83 | 0.05 | 0 | 0.32 | 183.78 | 0.7 | 0.4 |
| Hex | 1E | A4 | AD | 53 | 5 | 0 | 20 | B8 | 46 | 28 |
| Octal | 36 | 244 | 255 | 123 | 5 | 0 | 40 | 270 | 106 | 50 |
| Binary | 11110 | 10100100 | 10101101 | 1010011 | 101 | 0 | 100000 | 10111000 | 1000110 | 101000 |
Color Harmonies of #1EA4AD
Complementary color
Monochromatic Colors of #1EA4AD
Black with #1EA4AD
Text Example
Text Example
White with #1EA4AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EA4AD; }
p { color: rgb(30,164,173); }
H1.HeaderClassName
{
color: #1EA4AD;
}
.AnyTagClassName
{
color: #1EA4AD;
}
</style>
background-color css
<style>
a { background-color: #1EA4AD; }
a { background-color: rgb(30,164,173); }
div.DivClassName
{
background-color: #1EA4AD;
}
.BgClassName
{
background-color: #1EA4AD;
}
</style>
border-color css
<style>
span { border-color: #1EA4AD; }
span { border-color: rgb(30,164,173); }
td.TdClassName
{
border-color: #1EA4AD;
}
.TagClassName
{
border-color: #1EA4AD;
}
</style>