Shades of Light Sea Green #12B0AB
Tints of Light Sea Green #12B0AB
RGB
CMYK
RGB Variations
Color information
#12B0AB (or 0x12B0AB) is known color: Light Sea Green. HEX triplet: 12, B0 and AB. RGB value is (18,176,171). Sum of RGB (Red+Green+Blue) = 18+176+171=365 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.93% from 365); Green value is 176 (69.14% from 255 or 48.22% from 365); Blue value is 171 (67.19% from 255 or 46.85% from 365); Max value from RGB is 176 - color contains mainly: green. Hex color #12B0AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12B0AB is #ED4F54. Grayscale: #808080. Windows color (decimal): -15552341 or 11251730. OLE color: 11251730.
HSL color Cylindrical-coordinate representation of color #12B0AB: hue angle of 178.1º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B0AB is Cyan = 0.90, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 18 | 176 | 171 | - |
| CMYK | 0.90 | 0 | 0.03 | 0.31 |
| HSL | 178.1º | 0.81% | 0.38% | - |
| HSV(B) | 178.1º | 0.9% | 0.69% | - |
| XYZ | 23.13 | 34.12 | 43.89 | - |
| YUV | 128.19 | 152.15 | 49.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 176 | 171 | 0.90 | 0 | 0.03 | 0.31 | 178.1 | 0.81 | 0.38 |
| Hex | 12 | B0 | AB | 5A | 0 | 3 | 1F | B2 | 51 | 26 |
| Octal | 22 | 260 | 253 | 132 | 0 | 3 | 37 | 262 | 121 | 46 |
| Binary | 10010 | 10110000 | 10101011 | 1011010 | 0 | 11 | 11111 | 10110010 | 1010001 | 100110 |
Color Harmonies of #12B0AB
Complementary color
Monochromatic Colors of #12B0AB
Black with #12B0AB
Text Example
Text Example
White with #12B0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B0AB; }
p { color: rgb(18,176,171); }
H1.HeaderClassName
{
color: #12B0AB;
}
.AnyTagClassName
{
color: #12B0AB;
}
</style>
background-color css
<style>
a { background-color: #12B0AB; }
a { background-color: rgb(18,176,171); }
div.DivClassName
{
background-color: #12B0AB;
}
.BgClassName
{
background-color: #12B0AB;
}
</style>
border-color css
<style>
span { border-color: #12B0AB; }
span { border-color: rgb(18,176,171); }
td.TdClassName
{
border-color: #12B0AB;
}
.TagClassName
{
border-color: #12B0AB;
}
</style>