Shades of Light Sea Green #12B29D
Tints of Light Sea Green #12B29D
RGB
CMYK
RGB Variations
Color information
#12B29D (or 0x12B29D) is known color: Light Sea Green. HEX triplet: 12, B2 and 9D. RGB value is (18,178,157). Sum of RGB (Red+Green+Blue) = 18+178+157=353 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.10% from 353); Green value is 178 (69.92% from 255 or 50.42% from 353); Blue value is 157 (61.72% from 255 or 44.48% from 353); Max value from RGB is 178 - color contains mainly: green. Hex color #12B29D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12B29D is #ED4D62. Grayscale: #7F7F7F. Windows color (decimal): -15551843 or 10334738. OLE color: 10334738.
HSL color Cylindrical-coordinate representation of color #12B29D: hue angle of 172.12º 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 #12B29D is Cyan = 0.90, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 18 | 178 | 157 | - |
| CMYK | 0.90 | 0 | 0.12 | 0.30 |
| HSL | 172.13º | 0.82% | 0.38% | - |
| HSV(B) | 172.13º | 0.9% | 0.7% | - |
| XYZ | 22.26 | 34.4 | 37.37 | - |
| YUV | 127.77 | 144.49 | 49.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 178 | 157 | 0.90 | 0 | 0.12 | 0.30 | 172.13 | 0.82 | 0.38 |
| Hex | 12 | B2 | 9D | 5A | 0 | C | 1E | AC | 52 | 26 |
| Octal | 22 | 262 | 235 | 132 | 0 | 14 | 36 | 254 | 122 | 46 |
| Binary | 10010 | 10110010 | 10011101 | 1011010 | 0 | 1100 | 11110 | 10101100 | 1010010 | 100110 |
Color Harmonies of #12B29D
Complementary color
Monochromatic Colors of #12B29D
Black with #12B29D
Text Example
Text Example
White with #12B29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B29D; }
p { color: rgb(18,178,157); }
H1.HeaderClassName
{
color: #12B29D;
}
.AnyTagClassName
{
color: #12B29D;
}
</style>
background-color css
<style>
a { background-color: #12B29D; }
a { background-color: rgb(18,178,157); }
div.DivClassName
{
background-color: #12B29D;
}
.BgClassName
{
background-color: #12B29D;
}
</style>
border-color css
<style>
span { border-color: #12B29D; }
span { border-color: rgb(18,178,157); }
td.TdClassName
{
border-color: #12B29D;
}
.TagClassName
{
border-color: #12B29D;
}
</style>