Shades of Light Sea Green #12BAB0
Tints of Light Sea Green #12BAB0
RGB
CMYK
RGB Variations
Color information
#12BAB0 (or 0x12BAB0) is known color: Light Sea Green. HEX triplet: 12, BA and B0. RGB value is (18,186,176). Sum of RGB (Red+Green+Blue) = 18+186+176=380 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.74% from 380); Green value is 186 (73.05% from 255 or 48.95% from 380); Blue value is 176 (69.14% from 255 or 46.32% from 380); Max value from RGB is 186 - color contains mainly: green. Hex color #12BAB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12BAB0 is #ED454F. Grayscale: #868686. Windows color (decimal): -15549776 or 11581970. OLE color: 11581970.
HSL color Cylindrical-coordinate representation of color #12BAB0: hue angle of 176.43º 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 #12BAB0 is Cyan = 0.90, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 186 | 176 | - |
| CMYK | 0.90 | 0 | 0.05 | 0.27 |
| HSL | 176.43º | 0.82% | 0.4% | - |
| HSV(B) | 176.43º | 0.9% | 0.73% | - |
| XYZ | 25.64 | 38.38 | 47.13 | - |
| YUV | 134.63 | 151.34 | 44.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 186 | 176 | 0.90 | 0 | 0.05 | 0.27 | 176.43 | 0.82 | 0.4 |
| Hex | 12 | BA | B0 | 5A | 0 | 5 | 1B | B0 | 52 | 28 |
| Octal | 22 | 272 | 260 | 132 | 0 | 5 | 33 | 260 | 122 | 50 |
| Binary | 10010 | 10111010 | 10110000 | 1011010 | 0 | 101 | 11011 | 10110000 | 1010010 | 101000 |
Color Harmonies of #12BAB0
Complementary color
Monochromatic Colors of #12BAB0
Black with #12BAB0
Text Example
Text Example
White with #12BAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BAB0; }
p { color: rgb(18,186,176); }
H1.HeaderClassName
{
color: #12BAB0;
}
.AnyTagClassName
{
color: #12BAB0;
}
</style>
background-color css
<style>
a { background-color: #12BAB0; }
a { background-color: rgb(18,186,176); }
div.DivClassName
{
background-color: #12BAB0;
}
.BgClassName
{
background-color: #12BAB0;
}
</style>
border-color css
<style>
span { border-color: #12BAB0; }
span { border-color: rgb(18,186,176); }
td.TdClassName
{
border-color: #12BAB0;
}
.TagClassName
{
border-color: #12BAB0;
}
</style>