Shades of Light Sea Green #12B59C
Tints of Light Sea Green #12B59C
RGB
CMYK
RGB Variations
Color information
#12B59C (or 0x12B59C) is known color: Light Sea Green. HEX triplet: 12, B5 and 9C. RGB value is (18,181,156). Sum of RGB (Red+Green+Blue) = 18+181+156=355 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.07% from 355); Green value is 181 (71.09% from 255 or 50.99% from 355); Blue value is 156 (61.33% from 255 or 43.94% from 355); Max value from RGB is 181 - color contains mainly: green. Hex color #12B59C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12B59C is #ED4A63. Grayscale: #818181. Windows color (decimal): -15551076 or 10269970. OLE color: 10269970.
HSL color Cylindrical-coordinate representation of color #12B59C: hue angle of 170.8º 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 #12B59C is Cyan = 0.90, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 18 | 181 | 156 | - |
| CMYK | 0.90 | 0 | 0.14 | 0.29 |
| HSL | 170.8º | 0.82% | 0.39% | - |
| HSV(B) | 170.8º | 0.9% | 0.71% | - |
| XYZ | 22.77 | 35.58 | 37.12 | - |
| YUV | 129.41 | 143 | 48.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 181 | 156 | 0.90 | 0 | 0.14 | 0.29 | 170.8 | 0.82 | 0.39 |
| Hex | 12 | B5 | 9C | 5A | 0 | E | 1D | AB | 52 | 27 |
| Octal | 22 | 265 | 234 | 132 | 0 | 16 | 35 | 253 | 122 | 47 |
| Binary | 10010 | 10110101 | 10011100 | 1011010 | 0 | 1110 | 11101 | 10101011 | 1010010 | 100111 |
Color Harmonies of #12B59C
Complementary color
Monochromatic Colors of #12B59C
Black with #12B59C
Text Example
Text Example
White with #12B59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B59C; }
p { color: rgb(18,181,156); }
H1.HeaderClassName
{
color: #12B59C;
}
.AnyTagClassName
{
color: #12B59C;
}
</style>
background-color css
<style>
a { background-color: #12B59C; }
a { background-color: rgb(18,181,156); }
div.DivClassName
{
background-color: #12B59C;
}
.BgClassName
{
background-color: #12B59C;
}
</style>
border-color css
<style>
span { border-color: #12B59C; }
span { border-color: rgb(18,181,156); }
td.TdClassName
{
border-color: #12B59C;
}
.TagClassName
{
border-color: #12B59C;
}
</style>