Shades of Light Sea Green #12B2A1
Tints of Light Sea Green #12B2A1
RGB
CMYK
RGB Variations
Color information
#12B2A1 (or 0x12B2A1) is known color: Light Sea Green. HEX triplet: 12, B2 and A1. RGB value is (18,178,161). Sum of RGB (Red+Green+Blue) = 18+178+161=357 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.04% from 357); Green value is 178 (69.92% from 255 or 49.86% from 357); Blue value is 161 (63.28% from 255 or 45.10% from 357); Max value from RGB is 178 - color contains mainly: green. Hex color #12B2A1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12B2A1 is #ED4D5E. Grayscale: #808080. Windows color (decimal): -15551839 or 10596882. OLE color: 10596882.
HSL color Cylindrical-coordinate representation of color #12B2A1: hue angle of 173.62º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B2A1 is Cyan = 0.90, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 18 | 178 | 161 | - |
| CMYK | 0.90 | 0 | 0.10 | 0.30 |
| HSL | 173.63º | 0.82% | 0.38% | - |
| HSV(B) | 173.63º | 0.9% | 0.7% | - |
| XYZ | 22.6 | 34.54 | 39.19 | - |
| YUV | 128.22 | 146.49 | 49.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 178 | 161 | 0.90 | 0 | 0.10 | 0.30 | 173.63 | 0.82 | 0.38 |
| Hex | 12 | B2 | A1 | 5A | 0 | A | 1E | AE | 52 | 26 |
| Octal | 22 | 262 | 241 | 132 | 0 | 12 | 36 | 256 | 122 | 46 |
| Binary | 10010 | 10110010 | 10100001 | 1011010 | 0 | 1010 | 11110 | 10101110 | 1010010 | 100110 |
Color Harmonies of #12B2A1
Complementary color
Monochromatic Colors of #12B2A1
Black with #12B2A1
Text Example
Text Example
White with #12B2A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B2A1; }
p { color: rgb(18,178,161); }
H1.HeaderClassName
{
color: #12B2A1;
}
.AnyTagClassName
{
color: #12B2A1;
}
</style>
background-color css
<style>
a { background-color: #12B2A1; }
a { background-color: rgb(18,178,161); }
div.DivClassName
{
background-color: #12B2A1;
}
.BgClassName
{
background-color: #12B2A1;
}
</style>
border-color css
<style>
span { border-color: #12B2A1; }
span { border-color: rgb(18,178,161); }
td.TdClassName
{
border-color: #12B2A1;
}
.TagClassName
{
border-color: #12B2A1;
}
</style>