Shades of Light Sea Green #12ABAB
Tints of Light Sea Green #12ABAB
RGB
CMYK
RGB Variations
Color information
#12ABAB (or 0x12ABAB) is known color: Light Sea Green. HEX triplet: 12, AB and AB. RGB value is (18,171,171). Sum of RGB (Red+Green+Blue) = 18+171+171=360 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5% from 360); Green value is 171 (67.19% from 255 or 47.5% from 360); Blue value is 171 (67.19% from 255 or 47.5% from 360); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #12ABAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12ABAB is #ED5454. Grayscale: #7D7D7D. Windows color (decimal): -15553621 or 11250450. OLE color: 11250450.
HSL color Cylindrical-coordinate representation of color #12ABAB: hue angle of 180º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12ABAB is Cyan = 0.89, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 171 | 171 | - |
| CMYK | 0.89 | 0 | 0 | 0.33 |
| HSL | 180º | 0.81% | 0.37% | - |
| HSV(B) | 180º | 0.89% | 0.67% | - |
| XYZ | 22.16 | 32.19 | 43.57 | - |
| YUV | 125.25 | 153.81 | 51.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 171 | 171 | 0.89 | 0 | 0 | 0.33 | 180 | 0.81 | 0.37 |
| Hex | 12 | AB | AB | 59 | 0 | 0 | 21 | B4 | 51 | 25 |
| Octal | 22 | 253 | 253 | 131 | 0 | 0 | 41 | 264 | 121 | 45 |
| Binary | 10010 | 10101011 | 10101011 | 1011001 | 0 | 0 | 100001 | 10110100 | 1010001 | 100101 |
Color Harmonies of #12ABAB
Complementary color
Monochromatic Colors of #12ABAB
Black with #12ABAB
Text Example
Text Example
White with #12ABAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12ABAB; }
p { color: rgb(18,171,171); }
H1.HeaderClassName
{
color: #12ABAB;
}
.AnyTagClassName
{
color: #12ABAB;
}
</style>
background-color css
<style>
a { background-color: #12ABAB; }
a { background-color: rgb(18,171,171); }
div.DivClassName
{
background-color: #12ABAB;
}
.BgClassName
{
background-color: #12ABAB;
}
</style>
border-color css
<style>
span { border-color: #12ABAB; }
span { border-color: rgb(18,171,171); }
td.TdClassName
{
border-color: #12ABAB;
}
.TagClassName
{
border-color: #12ABAB;
}
</style>