Shades of Pelorous #1EABBE
Tints of Pelorous #1EABBE
RGB
CMYK
RGB Variations
Color information
#1EABBE (or 0x1EABBE) is known color: Pelorous. HEX triplet: 1E, AB and BE. RGB value is (30,171,190). Sum of RGB (Red+Green+Blue) = 30+171+190=391 (51% of max value = 765). Red value is 30 (12.11% from 255 or 7.67% from 391); Green value is 171 (67.19% from 255 or 43.73% from 391); Blue value is 190 (74.61% from 255 or 48.59% from 391); Max value from RGB is 190 - color contains mainly: blue. Hex color #1EABBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EABBE is #E15441. Grayscale: #828282. Windows color (decimal): -14767170 or 12495646. OLE color: 12495646.
HSL color Cylindrical-coordinate representation of color #1EABBE: hue angle of 187.12º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EABBE is Cyan = 0.84, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 30 | 171 | 190 | - |
| CMYK | 0.84 | 0.10 | 0 | 0.25 |
| HSL | 187.13º | 0.73% | 0.43% | - |
| HSV(B) | 187.13º | 0.84% | 0.75% | - |
| XYZ | 24.39 | 33.12 | 53.82 | - |
| YUV | 131.01 | 161.29 | 55.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 171 | 190 | 0.84 | 0.10 | 0 | 0.25 | 187.13 | 0.73 | 0.43 |
| Hex | 1E | AB | BE | 54 | A | 0 | 19 | BB | 49 | 2B |
| Octal | 36 | 253 | 276 | 124 | 12 | 0 | 31 | 273 | 111 | 53 |
| Binary | 11110 | 10101011 | 10111110 | 1010100 | 1010 | 0 | 11001 | 10111011 | 1001001 | 101011 |
Color Harmonies of #1EABBE
Complementary color
Monochromatic Colors of #1EABBE
Black with #1EABBE
Text Example
Text Example
White with #1EABBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EABBE; }
p { color: rgb(30,171,190); }
H1.HeaderClassName
{
color: #1EABBE;
}
.AnyTagClassName
{
color: #1EABBE;
}
</style>
background-color css
<style>
a { background-color: #1EABBE; }
a { background-color: rgb(30,171,190); }
div.DivClassName
{
background-color: #1EABBE;
}
.BgClassName
{
background-color: #1EABBE;
}
</style>
border-color css
<style>
span { border-color: #1EABBE; }
span { border-color: rgb(30,171,190); }
td.TdClassName
{
border-color: #1EABBE;
}
.TagClassName
{
border-color: #1EABBE;
}
</style>