Shades of Light Sea Green #12B2AA
Tints of Light Sea Green #12B2AA
RGB
CMYK
RGB Variations
Color information
#12B2AA (or 0x12B2AA) is known color: Light Sea Green. HEX triplet: 12, B2 and AA. RGB value is (18,178,170). Sum of RGB (Red+Green+Blue) = 18+178+170=366 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.92% from 366); Green value is 178 (69.92% from 255 or 48.63% from 366); Blue value is 170 (66.80% from 255 or 46.45% from 366); Max value from RGB is 178 - color contains mainly: green. Hex color #12B2AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12B2AA is #ED4D55. Grayscale: #818181. Windows color (decimal): -15551830 or 11186706. OLE color: 11186706.
HSL color Cylindrical-coordinate representation of color #12B2AA: hue angle of 177º 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 #12B2AA is Cyan = 0.90, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 18 | 178 | 170 | - |
| CMYK | 0.90 | 0 | 0.04 | 0.30 |
| HSL | 177º | 0.82% | 0.38% | - |
| HSV(B) | 177º | 0.9% | 0.7% | - |
| XYZ | 23.43 | 34.87 | 43.53 | - |
| YUV | 129.25 | 150.99 | 48.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 178 | 170 | 0.90 | 0 | 0.04 | 0.30 | 177 | 0.82 | 0.38 |
| Hex | 12 | B2 | AA | 5A | 0 | 4 | 1E | B1 | 52 | 26 |
| Octal | 22 | 262 | 252 | 132 | 0 | 4 | 36 | 261 | 122 | 46 |
| Binary | 10010 | 10110010 | 10101010 | 1011010 | 0 | 100 | 11110 | 10110001 | 1010010 | 100110 |
Color Harmonies of #12B2AA
Complementary color
Monochromatic Colors of #12B2AA
Black with #12B2AA
Text Example
Text Example
White with #12B2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B2AA; }
p { color: rgb(18,178,170); }
H1.HeaderClassName
{
color: #12B2AA;
}
.AnyTagClassName
{
color: #12B2AA;
}
</style>
background-color css
<style>
a { background-color: #12B2AA; }
a { background-color: rgb(18,178,170); }
div.DivClassName
{
background-color: #12B2AA;
}
.BgClassName
{
background-color: #12B2AA;
}
</style>
border-color css
<style>
span { border-color: #12B2AA; }
span { border-color: rgb(18,178,170); }
td.TdClassName
{
border-color: #12B2AA;
}
.TagClassName
{
border-color: #12B2AA;
}
</style>