Shades of Light Sea Green #12B59E
Tints of Light Sea Green #12B59E
RGB
CMYK
RGB Variations
Color information
#12B59E (or 0x12B59E) is known color: Light Sea Green. HEX triplet: 12, B5 and 9E. RGB value is (18,181,158). Sum of RGB (Red+Green+Blue) = 18+181+158=357 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.04% from 357); Green value is 181 (71.09% from 255 or 50.70% from 357); Blue value is 158 (62.11% from 255 or 44.26% from 357); Max value from RGB is 181 - color contains mainly: green. Hex color #12B59E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12B59E is #ED4A61. Grayscale: #818181. Windows color (decimal): -15551074 or 10401042. OLE color: 10401042.
HSL color Cylindrical-coordinate representation of color #12B59E: hue angle of 171.53º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B59E is Cyan = 0.90, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 18 | 181 | 158 | - |
| CMYK | 0.90 | 0 | 0.13 | 0.29 |
| HSL | 171.53º | 0.82% | 0.39% | - |
| HSV(B) | 171.53º | 0.9% | 0.71% | - |
| XYZ | 22.94 | 35.64 | 38.02 | - |
| YUV | 129.64 | 144 | 48.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 181 | 158 | 0.90 | 0 | 0.13 | 0.29 | 171.53 | 0.82 | 0.39 |
| Hex | 12 | B5 | 9E | 5A | 0 | D | 1D | AC | 52 | 27 |
| Octal | 22 | 265 | 236 | 132 | 0 | 15 | 35 | 254 | 122 | 47 |
| Binary | 10010 | 10110101 | 10011110 | 1011010 | 0 | 1101 | 11101 | 10101100 | 1010010 | 100111 |
Color Harmonies of #12B59E
Complementary color
Monochromatic Colors of #12B59E
Black with #12B59E
Text Example
Text Example
White with #12B59E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B59E; }
p { color: rgb(18,181,158); }
H1.HeaderClassName
{
color: #12B59E;
}
.AnyTagClassName
{
color: #12B59E;
}
</style>
background-color css
<style>
a { background-color: #12B59E; }
a { background-color: rgb(18,181,158); }
div.DivClassName
{
background-color: #12B59E;
}
.BgClassName
{
background-color: #12B59E;
}
</style>
border-color css
<style>
span { border-color: #12B59E; }
span { border-color: rgb(18,181,158); }
td.TdClassName
{
border-color: #12B59E;
}
.TagClassName
{
border-color: #12B59E;
}
</style>