Shades of Light Sea Green #12BB9B
Tints of Light Sea Green #12BB9B
RGB
CMYK
RGB Variations
Color information
#12BB9B (or 0x12BB9B) is known color: Light Sea Green. HEX triplet: 12, BB and 9B. RGB value is (18,187,155). Sum of RGB (Red+Green+Blue) = 18+187+155=360 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5% from 360); Green value is 187 (73.44% from 255 or 51.94% from 360); Blue value is 155 (60.94% from 255 or 43.06% from 360); Max value from RGB is 187 - color contains mainly: green. Hex color #12BB9B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12BB9B is #ED4464. Grayscale: #848484. Windows color (decimal): -15549541 or 10205970. OLE color: 10205970.
HSL color Cylindrical-coordinate representation of color #12BB9B: hue angle of 168.64º 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 #12BB9B is Cyan = 0.90, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 187 | 155 | - |
| CMYK | 0.90 | 0 | 0.17 | 0.27 |
| HSL | 168.64º | 0.82% | 0.4% | - |
| HSV(B) | 168.64º | 0.9% | 0.73% | - |
| XYZ | 23.94 | 38.04 | 37.09 | - |
| YUV | 132.82 | 140.51 | 46.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 187 | 155 | 0.90 | 0 | 0.17 | 0.27 | 168.64 | 0.82 | 0.4 |
| Hex | 12 | BB | 9B | 5A | 0 | 11 | 1B | A9 | 52 | 28 |
| Octal | 22 | 273 | 233 | 132 | 0 | 21 | 33 | 251 | 122 | 50 |
| Binary | 10010 | 10111011 | 10011011 | 1011010 | 0 | 10001 | 11011 | 10101001 | 1010010 | 101000 |
Color Harmonies of #12BB9B
Complementary color
Monochromatic Colors of #12BB9B
Black with #12BB9B
Text Example
Text Example
White with #12BB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BB9B; }
p { color: rgb(18,187,155); }
H1.HeaderClassName
{
color: #12BB9B;
}
.AnyTagClassName
{
color: #12BB9B;
}
</style>
background-color css
<style>
a { background-color: #12BB9B; }
a { background-color: rgb(18,187,155); }
div.DivClassName
{
background-color: #12BB9B;
}
.BgClassName
{
background-color: #12BB9B;
}
</style>
border-color css
<style>
span { border-color: #12BB9B; }
span { border-color: rgb(18,187,155); }
td.TdClassName
{
border-color: #12BB9B;
}
.TagClassName
{
border-color: #12BB9B;
}
</style>