Shades of Light Sea Green #12B2A0
Tints of Light Sea Green #12B2A0
RGB
CMYK
RGB Variations
Color information
#12B2A0 (or 0x12B2A0) is known color: Light Sea Green. HEX triplet: 12, B2 and A0. RGB value is (18,178,160). Sum of RGB (Red+Green+Blue) = 18+178+160=356 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.06% from 356); Green value is 178 (69.92% from 255 or 50% from 356); Blue value is 160 (62.89% from 255 or 44.94% from 356); Max value from RGB is 178 - color contains mainly: green. Hex color #12B2A0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12B2A0 is #ED4D5F. Grayscale: #808080. Windows color (decimal): -15551840 or 10531346. OLE color: 10531346.
HSL color Cylindrical-coordinate representation of color #12B2A0: hue angle of 173.25º 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 #12B2A0 is Cyan = 0.90, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 18 | 178 | 160 | - |
| CMYK | 0.90 | 0 | 0.10 | 0.30 |
| HSL | 173.25º | 0.82% | 0.38% | - |
| HSV(B) | 173.25º | 0.9% | 0.7% | - |
| XYZ | 22.52 | 34.51 | 38.73 | - |
| YUV | 128.11 | 145.99 | 49.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 178 | 160 | 0.90 | 0 | 0.10 | 0.30 | 173.25 | 0.82 | 0.38 |
| Hex | 12 | B2 | A0 | 5A | 0 | A | 1E | AD | 52 | 26 |
| Octal | 22 | 262 | 240 | 132 | 0 | 12 | 36 | 255 | 122 | 46 |
| Binary | 10010 | 10110010 | 10100000 | 1011010 | 0 | 1010 | 11110 | 10101101 | 1010010 | 100110 |
Color Harmonies of #12B2A0
Complementary color
Monochromatic Colors of #12B2A0
Black with #12B2A0
Text Example
Text Example
White with #12B2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B2A0; }
p { color: rgb(18,178,160); }
H1.HeaderClassName
{
color: #12B2A0;
}
.AnyTagClassName
{
color: #12B2A0;
}
</style>
background-color css
<style>
a { background-color: #12B2A0; }
a { background-color: rgb(18,178,160); }
div.DivClassName
{
background-color: #12B2A0;
}
.BgClassName
{
background-color: #12B2A0;
}
</style>
border-color css
<style>
span { border-color: #12B2A0; }
span { border-color: rgb(18,178,160); }
td.TdClassName
{
border-color: #12B2A0;
}
.TagClassName
{
border-color: #12B2A0;
}
</style>