Shades of Light Sea Green #12ABA4
Tints of Light Sea Green #12ABA4
RGB
CMYK
RGB Variations
Color information
#12ABA4 (or 0x12ABA4) is known color: Light Sea Green. HEX triplet: 12, AB and A4. RGB value is (18,171,164). Sum of RGB (Red+Green+Blue) = 18+171+164=353 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.10% from 353); Green value is 171 (67.19% from 255 or 48.44% from 353); Blue value is 164 (64.45% from 255 or 46.46% from 353); Max value from RGB is 171 - color contains mainly: green. Hex color #12ABA4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12ABA4 is #ED545B. Grayscale: #7C7C7C. Windows color (decimal): -15553628 or 10791698. OLE color: 10791698.
HSL color Cylindrical-coordinate representation of color #12ABA4: hue angle of 177.25º 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 #12ABA4 is Cyan = 0.89, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 171 | 164 | - |
| CMYK | 0.89 | 0 | 0.04 | 0.33 |
| HSL | 177.25º | 0.81% | 0.37% | - |
| HSV(B) | 177.25º | 0.89% | 0.67% | - |
| XYZ | 21.51 | 31.93 | 40.15 | - |
| YUV | 124.46 | 150.31 | 52.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 171 | 164 | 0.89 | 0 | 0.04 | 0.33 | 177.25 | 0.81 | 0.37 |
| Hex | 12 | AB | A4 | 59 | 0 | 4 | 21 | B1 | 51 | 25 |
| Octal | 22 | 253 | 244 | 131 | 0 | 4 | 41 | 261 | 121 | 45 |
| Binary | 10010 | 10101011 | 10100100 | 1011001 | 0 | 100 | 100001 | 10110001 | 1010001 | 100101 |
Color Harmonies of #12ABA4
Complementary color
Monochromatic Colors of #12ABA4
Black with #12ABA4
Text Example
Text Example
White with #12ABA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12ABA4; }
p { color: rgb(18,171,164); }
H1.HeaderClassName
{
color: #12ABA4;
}
.AnyTagClassName
{
color: #12ABA4;
}
</style>
background-color css
<style>
a { background-color: #12ABA4; }
a { background-color: rgb(18,171,164); }
div.DivClassName
{
background-color: #12ABA4;
}
.BgClassName
{
background-color: #12ABA4;
}
</style>
border-color css
<style>
span { border-color: #12ABA4; }
span { border-color: rgb(18,171,164); }
td.TdClassName
{
border-color: #12ABA4;
}
.TagClassName
{
border-color: #12ABA4;
}
</style>