Shades of Light Sea Green #12A6AC
Tints of Light Sea Green #12A6AC
RGB
CMYK
RGB Variations
Color information
#12A6AC (or 0x12A6AC) is known color: Light Sea Green. HEX triplet: 12, A6 and AC. RGB value is (18,166,172). Sum of RGB (Red+Green+Blue) = 18+166+172=356 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.06% from 356); Green value is 166 (65.23% from 255 or 46.63% from 356); Blue value is 172 (67.58% from 255 or 48.31% from 356); Max value from RGB is 172 - color contains mainly: blue. Hex color #12A6AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12A6AC is #ED5953. Grayscale: #7A7A7A. Windows color (decimal): -15554900 or 11314706. OLE color: 11314706.
HSL color Cylindrical-coordinate representation of color #12A6AC: hue angle of 182.34º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12A6AC is Cyan = 0.90, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 166 | 172 | - |
| CMYK | 0.90 | 0.03 | 0 | 0.33 |
| HSL | 182.34º | 0.81% | 0.37% | - |
| HSV(B) | 182.34º | 0.9% | 0.67% | - |
| XYZ | 21.33 | 30.38 | 43.77 | - |
| YUV | 122.43 | 155.97 | 53.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 166 | 172 | 0.90 | 0.03 | 0 | 0.33 | 182.34 | 0.81 | 0.37 |
| Hex | 12 | A6 | AC | 5A | 3 | 0 | 21 | B6 | 51 | 25 |
| Octal | 22 | 246 | 254 | 132 | 3 | 0 | 41 | 266 | 121 | 45 |
| Binary | 10010 | 10100110 | 10101100 | 1011010 | 11 | 0 | 100001 | 10110110 | 1010001 | 100101 |
Color Harmonies of #12A6AC
Complementary color
Monochromatic Colors of #12A6AC
Black with #12A6AC
Text Example
Text Example
White with #12A6AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12A6AC; }
p { color: rgb(18,166,172); }
H1.HeaderClassName
{
color: #12A6AC;
}
.AnyTagClassName
{
color: #12A6AC;
}
</style>
background-color css
<style>
a { background-color: #12A6AC; }
a { background-color: rgb(18,166,172); }
div.DivClassName
{
background-color: #12A6AC;
}
.BgClassName
{
background-color: #12A6AC;
}
</style>
border-color css
<style>
span { border-color: #12A6AC; }
span { border-color: rgb(18,166,172); }
td.TdClassName
{
border-color: #12A6AC;
}
.TagClassName
{
border-color: #12A6AC;
}
</style>