Shades of Light Sea Green #12A8AA
Tints of Light Sea Green #12A8AA
RGB
CMYK
RGB Variations
Color information
#12A8AA (or 0x12A8AA) is known color: Light Sea Green. HEX triplet: 12, A8 and AA. RGB value is (18,168,170). Sum of RGB (Red+Green+Blue) = 18+168+170=356 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.06% from 356); Green value is 168 (66.02% from 255 or 47.19% from 356); Blue value is 170 (66.80% from 255 or 47.75% from 356); Max value from RGB is 170 - color contains mainly: blue. Hex color #12A8AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12A8AA is #ED5755. Grayscale: #7B7B7B. Windows color (decimal): -15554390 or 11184146. OLE color: 11184146.
HSL color Cylindrical-coordinate representation of color #12A8AA: hue angle of 180.79º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A8AA is Cyan = 0.89, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 168 | 170 | - |
| CMYK | 0.89 | 0.01 | 0 | 0.33 |
| HSL | 180.79º | 0.81% | 0.37% | - |
| HSV(B) | 180.79º | 0.89% | 0.67% | - |
| XYZ | 21.51 | 31.04 | 42.89 | - |
| YUV | 123.38 | 154.31 | 52.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 168 | 170 | 0.89 | 0.01 | 0 | 0.33 | 180.79 | 0.81 | 0.37 |
| Hex | 12 | A8 | AA | 59 | 1 | 0 | 21 | B5 | 51 | 25 |
| Octal | 22 | 250 | 252 | 131 | 1 | 0 | 41 | 265 | 121 | 45 |
| Binary | 10010 | 10101000 | 10101010 | 1011001 | 1 | 0 | 100001 | 10110101 | 1010001 | 100101 |
Color Harmonies of #12A8AA
Complementary color
Monochromatic Colors of #12A8AA
Black with #12A8AA
Text Example
Text Example
White with #12A8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12A8AA; }
p { color: rgb(18,168,170); }
H1.HeaderClassName
{
color: #12A8AA;
}
.AnyTagClassName
{
color: #12A8AA;
}
</style>
background-color css
<style>
a { background-color: #12A8AA; }
a { background-color: rgb(18,168,170); }
div.DivClassName
{
background-color: #12A8AA;
}
.BgClassName
{
background-color: #12A8AA;
}
</style>
border-color css
<style>
span { border-color: #12A8AA; }
span { border-color: rgb(18,168,170); }
td.TdClassName
{
border-color: #12A8AA;
}
.TagClassName
{
border-color: #12A8AA;
}
</style>