Shades of Light Sea Green #1EABAB
Tints of Light Sea Green #1EABAB
RGB
CMYK
RGB Variations
Color information
#1EABAB (or 0x1EABAB) is known color: Light Sea Green. HEX triplet: 1E, AB and AB. RGB value is (30,171,171). Sum of RGB (Red+Green+Blue) = 30+171+171=372 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8.06% from 372); Green value is 171 (67.19% from 255 or 45.97% from 372); Blue value is 171 (67.19% from 255 or 45.97% from 372); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #1EABAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EABAB is #E15454. Grayscale: #808080. Windows color (decimal): -14767189 or 11250462. OLE color: 11250462.
HSL color Cylindrical-coordinate representation of color #1EABAB: hue angle of 180º 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 #1EABAB is Cyan = 0.82, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 30 | 171 | 171 | - |
| CMYK | 0.82 | 0 | 0 | 0.33 |
| HSL | 180º | 0.7% | 0.39% | - |
| HSV(B) | 180º | 0.82% | 0.67% | - |
| XYZ | 22.45 | 32.34 | 43.59 | - |
| YUV | 128.84 | 151.79 | 57.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 171 | 171 | 0.82 | 0 | 0 | 0.33 | 180 | 0.7 | 0.39 |
| Hex | 1E | AB | AB | 52 | 0 | 0 | 21 | B4 | 46 | 27 |
| Octal | 36 | 253 | 253 | 122 | 0 | 0 | 41 | 264 | 106 | 47 |
| Binary | 11110 | 10101011 | 10101011 | 1010010 | 0 | 0 | 100001 | 10110100 | 1000110 | 100111 |
Color Harmonies of #1EABAB
Complementary color
Monochromatic Colors of #1EABAB
Black with #1EABAB
Text Example
Text Example
White with #1EABAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EABAB; }
p { color: rgb(30,171,171); }
H1.HeaderClassName
{
color: #1EABAB;
}
.AnyTagClassName
{
color: #1EABAB;
}
</style>
background-color css
<style>
a { background-color: #1EABAB; }
a { background-color: rgb(30,171,171); }
div.DivClassName
{
background-color: #1EABAB;
}
.BgClassName
{
background-color: #1EABAB;
}
</style>
border-color css
<style>
span { border-color: #1EABAB; }
span { border-color: rgb(30,171,171); }
td.TdClassName
{
border-color: #1EABAB;
}
.TagClassName
{
border-color: #1EABAB;
}
</style>