Shades of Pelorous #1E9DAB
Tints of Pelorous #1E9DAB
RGB
CMYK
RGB Variations
Color information
#1E9DAB (or 0x1E9DAB) is known color: Pelorous. HEX triplet: 1E, 9D and AB. RGB value is (30,157,171). Sum of RGB (Red+Green+Blue) = 30+157+171=358 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.38% from 358); Green value is 157 (61.72% from 255 or 43.85% from 358); Blue value is 171 (67.19% from 255 or 47.77% from 358); Max value from RGB is 171 - color contains mainly: blue. Hex color #1E9DAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E9DAB is #E16254. Grayscale: #787878. Windows color (decimal): -14770773 or 11246878. OLE color: 11246878.
HSL color Cylindrical-coordinate representation of color #1E9DAB: hue angle of 185.96º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1E9DAB is Cyan = 0.82, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 30 | 157 | 171 | - |
| CMYK | 0.82 | 0.08 | 0 | 0.33 |
| HSL | 185.96º | 0.7% | 0.39% | - |
| HSV(B) | 185.96º | 0.82% | 0.67% | - |
| XYZ | 19.94 | 27.33 | 42.75 | - |
| YUV | 120.62 | 156.42 | 63.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 157 | 171 | 0.82 | 0.08 | 0 | 0.33 | 185.96 | 0.7 | 0.39 |
| Hex | 1E | 9D | AB | 52 | 8 | 0 | 21 | BA | 46 | 27 |
| Octal | 36 | 235 | 253 | 122 | 10 | 0 | 41 | 272 | 106 | 47 |
| Binary | 11110 | 10011101 | 10101011 | 1010010 | 1000 | 0 | 100001 | 10111010 | 1000110 | 100111 |
Color Harmonies of #1E9DAB
Complementary color
Monochromatic Colors of #1E9DAB
Black with #1E9DAB
Text Example
Text Example
White with #1E9DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E9DAB; }
p { color: rgb(30,157,171); }
H1.HeaderClassName
{
color: #1E9DAB;
}
.AnyTagClassName
{
color: #1E9DAB;
}
</style>
background-color css
<style>
a { background-color: #1E9DAB; }
a { background-color: rgb(30,157,171); }
div.DivClassName
{
background-color: #1E9DAB;
}
.BgClassName
{
background-color: #1E9DAB;
}
</style>
border-color css
<style>
span { border-color: #1E9DAB; }
span { border-color: rgb(30,157,171); }
td.TdClassName
{
border-color: #1E9DAB;
}
.TagClassName
{
border-color: #1E9DAB;
}
</style>