Shades of Light Sea Green #12BAAC
Tints of Light Sea Green #12BAAC
RGB
CMYK
RGB Variations
Color information
#12BAAC (or 0x12BAAC) is known color: Light Sea Green. HEX triplet: 12, BA and AC. RGB value is (18,186,172). Sum of RGB (Red+Green+Blue) = 18+186+172=376 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.79% from 376); Green value is 186 (73.05% from 255 or 49.47% from 376); Blue value is 172 (67.58% from 255 or 45.74% from 376); Max value from RGB is 186 - color contains mainly: green. Hex color #12BAAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12BAAC is #ED4553. Grayscale: #868686. Windows color (decimal): -15549780 or 11319826. OLE color: 11319826.
HSL color Cylindrical-coordinate representation of color #12BAAC: hue angle of 175º 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 #12BAAC is Cyan = 0.90, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 186 | 172 | - |
| CMYK | 0.90 | 0 | 0.08 | 0.27 |
| HSL | 175º | 0.82% | 0.4% | - |
| HSV(B) | 175º | 0.9% | 0.73% | - |
| XYZ | 25.25 | 38.22 | 45.08 | - |
| YUV | 134.17 | 149.34 | 45.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 186 | 172 | 0.90 | 0 | 0.08 | 0.27 | 175 | 0.82 | 0.4 |
| Hex | 12 | BA | AC | 5A | 0 | 8 | 1B | AF | 52 | 28 |
| Octal | 22 | 272 | 254 | 132 | 0 | 10 | 33 | 257 | 122 | 50 |
| Binary | 10010 | 10111010 | 10101100 | 1011010 | 0 | 1000 | 11011 | 10101111 | 1010010 | 101000 |
Color Harmonies of #12BAAC
Complementary color
Monochromatic Colors of #12BAAC
Black with #12BAAC
Text Example
Text Example
White with #12BAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BAAC; }
p { color: rgb(18,186,172); }
H1.HeaderClassName
{
color: #12BAAC;
}
.AnyTagClassName
{
color: #12BAAC;
}
</style>
background-color css
<style>
a { background-color: #12BAAC; }
a { background-color: rgb(18,186,172); }
div.DivClassName
{
background-color: #12BAAC;
}
.BgClassName
{
background-color: #12BAAC;
}
</style>
border-color css
<style>
span { border-color: #12BAAC; }
span { border-color: rgb(18,186,172); }
td.TdClassName
{
border-color: #12BAAC;
}
.TagClassName
{
border-color: #12BAAC;
}
</style>