Shades of Light Sea Green #12A7A0
Tints of Light Sea Green #12A7A0
RGB
CMYK
RGB Variations
Color information
#12A7A0 (or 0x12A7A0) is known color: Light Sea Green. HEX triplet: 12, A7 and A0. RGB value is (18,167,160). Sum of RGB (Red+Green+Blue) = 18+167+160=345 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.22% from 345); Green value is 167 (65.62% from 255 or 48.41% from 345); Blue value is 160 (62.89% from 255 or 46.38% from 345); Max value from RGB is 167 - color contains mainly: green. Hex color #12A7A0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12A7A0 is #ED585F. Grayscale: #797979. Windows color (decimal): -15554656 or 10528530. OLE color: 10528530.
HSL color Cylindrical-coordinate representation of color #12A7A0: hue angle of 177.18º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A7A0 is Cyan = 0.89, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 18 | 167 | 160 | - |
| CMYK | 0.89 | 0 | 0.04 | 0.35 |
| HSL | 177.18º | 0.81% | 0.36% | - |
| HSV(B) | 177.18º | 0.89% | 0.65% | - |
| XYZ | 20.41 | 30.3 | 38.03 | - |
| YUV | 121.65 | 149.64 | 54.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 167 | 160 | 0.89 | 0 | 0.04 | 0.35 | 177.18 | 0.81 | 0.36 |
| Hex | 12 | A7 | A0 | 59 | 0 | 4 | 23 | B1 | 51 | 24 |
| Octal | 22 | 247 | 240 | 131 | 0 | 4 | 43 | 261 | 121 | 44 |
| Binary | 10010 | 10100111 | 10100000 | 1011001 | 0 | 100 | 100011 | 10110001 | 1010001 | 100100 |
Color Harmonies of #12A7A0
Complementary color
Monochromatic Colors of #12A7A0
Black with #12A7A0
Text Example
Text Example
White with #12A7A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12A7A0; }
p { color: rgb(18,167,160); }
H1.HeaderClassName
{
color: #12A7A0;
}
.AnyTagClassName
{
color: #12A7A0;
}
</style>
background-color css
<style>
a { background-color: #12A7A0; }
a { background-color: rgb(18,167,160); }
div.DivClassName
{
background-color: #12A7A0;
}
.BgClassName
{
background-color: #12A7A0;
}
</style>
border-color css
<style>
span { border-color: #12A7A0; }
span { border-color: rgb(18,167,160); }
td.TdClassName
{
border-color: #12A7A0;
}
.TagClassName
{
border-color: #12A7A0;
}
</style>