Shades of Light Sea Green #12B7A2
Tints of Light Sea Green #12B7A2
RGB
CMYK
RGB Variations
Color information
#12B7A2 (or 0x12B7A2) is known color: Light Sea Green. HEX triplet: 12, B7 and A2. RGB value is (18,183,162). Sum of RGB (Red+Green+Blue) = 18+183+162=363 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.96% from 363); Green value is 183 (71.88% from 255 or 50.41% from 363); Blue value is 162 (63.67% from 255 or 44.63% from 363); Max value from RGB is 183 - color contains mainly: green. Hex color #12B7A2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12B7A2 is #ED485D. Grayscale: #838383. Windows color (decimal): -15550558 or 10663698. OLE color: 10663698.
HSL color Cylindrical-coordinate representation of color #12B7A2: hue angle of 172.36º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B7A2 is Cyan = 0.90, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 18 | 183 | 162 | - |
| CMYK | 0.90 | 0 | 0.11 | 0.28 |
| HSL | 172.36º | 0.82% | 0.39% | - |
| HSV(B) | 172.36º | 0.9% | 0.72% | - |
| XYZ | 23.7 | 36.6 | 40 | - |
| YUV | 131.27 | 145.34 | 47.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 183 | 162 | 0.90 | 0 | 0.11 | 0.28 | 172.36 | 0.82 | 0.39 |
| Hex | 12 | B7 | A2 | 5A | 0 | B | 1C | AC | 52 | 27 |
| Octal | 22 | 267 | 242 | 132 | 0 | 13 | 34 | 254 | 122 | 47 |
| Binary | 10010 | 10110111 | 10100010 | 1011010 | 0 | 1011 | 11100 | 10101100 | 1010010 | 100111 |
Color Harmonies of #12B7A2
Complementary color
Monochromatic Colors of #12B7A2
Black with #12B7A2
Text Example
Text Example
White with #12B7A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B7A2; }
p { color: rgb(18,183,162); }
H1.HeaderClassName
{
color: #12B7A2;
}
.AnyTagClassName
{
color: #12B7A2;
}
</style>
background-color css
<style>
a { background-color: #12B7A2; }
a { background-color: rgb(18,183,162); }
div.DivClassName
{
background-color: #12B7A2;
}
.BgClassName
{
background-color: #12B7A2;
}
</style>
border-color css
<style>
span { border-color: #12B7A2; }
span { border-color: rgb(18,183,162); }
td.TdClassName
{
border-color: #12B7A2;
}
.TagClassName
{
border-color: #12B7A2;
}
</style>