Shades of Light Sea Green #12BBA1
Tints of Light Sea Green #12BBA1
RGB
CMYK
RGB Variations
Color information
#12BBA1 (or 0x12BBA1) is known color: Light Sea Green. HEX triplet: 12, BB and A1. RGB value is (18,187,161). Sum of RGB (Red+Green+Blue) = 18+187+161=366 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.92% from 366); Green value is 187 (73.44% from 255 or 51.09% from 366); Blue value is 161 (63.28% from 255 or 43.99% from 366); Max value from RGB is 187 - color contains mainly: green. Hex color #12BBA1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12BBA1 is #ED445E. Grayscale: #858585. Windows color (decimal): -15549535 or 10599186. OLE color: 10599186.
HSL color Cylindrical-coordinate representation of color #12BBA1: hue angle of 170.77º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12BBA1 is Cyan = 0.90, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 187 | 161 | - |
| CMYK | 0.90 | 0 | 0.14 | 0.27 |
| HSL | 170.77º | 0.82% | 0.4% | - |
| HSV(B) | 170.77º | 0.9% | 0.73% | - |
| XYZ | 24.45 | 38.24 | 39.81 | - |
| YUV | 133.51 | 143.51 | 45.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 187 | 161 | 0.90 | 0 | 0.14 | 0.27 | 170.77 | 0.82 | 0.4 |
| Hex | 12 | BB | A1 | 5A | 0 | E | 1B | AB | 52 | 28 |
| Octal | 22 | 273 | 241 | 132 | 0 | 16 | 33 | 253 | 122 | 50 |
| Binary | 10010 | 10111011 | 10100001 | 1011010 | 0 | 1110 | 11011 | 10101011 | 1010010 | 101000 |
Color Harmonies of #12BBA1
Complementary color
Monochromatic Colors of #12BBA1
Black with #12BBA1
Text Example
Text Example
White with #12BBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BBA1; }
p { color: rgb(18,187,161); }
H1.HeaderClassName
{
color: #12BBA1;
}
.AnyTagClassName
{
color: #12BBA1;
}
</style>
background-color css
<style>
a { background-color: #12BBA1; }
a { background-color: rgb(18,187,161); }
div.DivClassName
{
background-color: #12BBA1;
}
.BgClassName
{
background-color: #12BBA1;
}
</style>
border-color css
<style>
span { border-color: #12BBA1; }
span { border-color: rgb(18,187,161); }
td.TdClassName
{
border-color: #12BBA1;
}
.TagClassName
{
border-color: #12BBA1;
}
</style>