Shades of Light Sea Green #12B99D
Tints of Light Sea Green #12B99D
RGB
CMYK
RGB Variations
Color information
#12B99D (or 0x12B99D) is known color: Light Sea Green. HEX triplet: 12, B9 and 9D. RGB value is (18,185,157). Sum of RGB (Red+Green+Blue) = 18+185+157=360 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5% from 360); Green value is 185 (72.66% from 255 or 51.39% from 360); Blue value is 157 (61.72% from 255 or 43.61% from 360); Max value from RGB is 185 - color contains mainly: green. Hex color #12B99D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12B99D is #ED4662. Grayscale: #838383. Windows color (decimal): -15550051 or 10336530. OLE color: 10336530.
HSL color Cylindrical-coordinate representation of color #12B99D: hue angle of 169.94º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B99D is Cyan = 0.90, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 185 | 157 | - |
| CMYK | 0.90 | 0 | 0.15 | 0.27 |
| HSL | 169.94º | 0.82% | 0.4% | - |
| HSV(B) | 169.94º | 0.9% | 0.73% | - |
| XYZ | 23.68 | 37.26 | 37.84 | - |
| YUV | 131.88 | 142.17 | 46.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 185 | 157 | 0.90 | 0 | 0.15 | 0.27 | 169.94 | 0.82 | 0.4 |
| Hex | 12 | B9 | 9D | 5A | 0 | F | 1B | AA | 52 | 28 |
| Octal | 22 | 271 | 235 | 132 | 0 | 17 | 33 | 252 | 122 | 50 |
| Binary | 10010 | 10111001 | 10011101 | 1011010 | 0 | 1111 | 11011 | 10101010 | 1010010 | 101000 |
Color Harmonies of #12B99D
Complementary color
Monochromatic Colors of #12B99D
Black with #12B99D
Text Example
Text Example
White with #12B99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B99D; }
p { color: rgb(18,185,157); }
H1.HeaderClassName
{
color: #12B99D;
}
.AnyTagClassName
{
color: #12B99D;
}
</style>
background-color css
<style>
a { background-color: #12B99D; }
a { background-color: rgb(18,185,157); }
div.DivClassName
{
background-color: #12B99D;
}
.BgClassName
{
background-color: #12B99D;
}
</style>
border-color css
<style>
span { border-color: #12B99D; }
span { border-color: rgb(18,185,157); }
td.TdClassName
{
border-color: #12B99D;
}
.TagClassName
{
border-color: #12B99D;
}
</style>