Shades of Light Sea Green #12B3A2
Tints of Light Sea Green #12B3A2
RGB
CMYK
RGB Variations
Color information
#12B3A2 (or 0x12B3A2) is known color: Light Sea Green. HEX triplet: 12, B3 and A2. RGB value is (18,179,162). Sum of RGB (Red+Green+Blue) = 18+179+162=359 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.01% from 359); Green value is 179 (70.31% from 255 or 49.86% from 359); Blue value is 162 (63.67% from 255 or 45.13% from 359); Max value from RGB is 179 - color contains mainly: green. Hex color #12B3A2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12B3A2 is #ED4C5D. Grayscale: #808080. Windows color (decimal): -15551582 or 10662674. OLE color: 10662674.
HSL color Cylindrical-coordinate representation of color #12B3A2: hue angle of 173.66º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B3A2 is Cyan = 0.90, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 18 | 179 | 162 | - |
| CMYK | 0.90 | 0 | 0.09 | 0.30 |
| HSL | 173.66º | 0.82% | 0.39% | - |
| HSV(B) | 173.66º | 0.9% | 0.7% | - |
| XYZ | 22.89 | 34.98 | 39.73 | - |
| YUV | 128.92 | 146.66 | 48.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 179 | 162 | 0.90 | 0 | 0.09 | 0.30 | 173.66 | 0.82 | 0.39 |
| Hex | 12 | B3 | A2 | 5A | 0 | 9 | 1E | AE | 52 | 27 |
| Octal | 22 | 263 | 242 | 132 | 0 | 11 | 36 | 256 | 122 | 47 |
| Binary | 10010 | 10110011 | 10100010 | 1011010 | 0 | 1001 | 11110 | 10101110 | 1010010 | 100111 |
Color Harmonies of #12B3A2
Complementary color
Monochromatic Colors of #12B3A2
Black with #12B3A2
Text Example
Text Example
White with #12B3A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B3A2; }
p { color: rgb(18,179,162); }
H1.HeaderClassName
{
color: #12B3A2;
}
.AnyTagClassName
{
color: #12B3A2;
}
</style>
background-color css
<style>
a { background-color: #12B3A2; }
a { background-color: rgb(18,179,162); }
div.DivClassName
{
background-color: #12B3A2;
}
.BgClassName
{
background-color: #12B3A2;
}
</style>
border-color css
<style>
span { border-color: #12B3A2; }
span { border-color: rgb(18,179,162); }
td.TdClassName
{
border-color: #12B3A2;
}
.TagClassName
{
border-color: #12B3A2;
}
</style>