Shades of Light Sea Green #12ACB6
Tints of Light Sea Green #12ACB6
RGB
CMYK
RGB Variations
Color information
#12ACB6 (or 0x12ACB6) is known color: Light Sea Green. HEX triplet: 12, AC and B6. RGB value is (18,172,182). Sum of RGB (Red+Green+Blue) = 18+172+182=372 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.84% from 372); Green value is 172 (67.58% from 255 or 46.24% from 372); Blue value is 182 (71.48% from 255 or 48.92% from 372); Max value from RGB is 182 - color contains mainly: blue. Hex color #12ACB6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12ACB6 is #ED5349. Grayscale: #7E7E7E. Windows color (decimal): -15553354 or 11971602. OLE color: 11971602.
HSL color Cylindrical-coordinate representation of color #12ACB6: hue angle of 183.66º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12ACB6 is Cyan = 0.90, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 18 | 172 | 182 | - |
| CMYK | 0.90 | 0.05 | 0 | 0.29 |
| HSL | 183.66º | 0.82% | 0.39% | - |
| HSV(B) | 183.66º | 0.9% | 0.71% | - |
| XYZ | 23.45 | 33.01 | 49.39 | - |
| YUV | 127.09 | 158.98 | 50.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 172 | 182 | 0.90 | 0.05 | 0 | 0.29 | 183.66 | 0.82 | 0.39 |
| Hex | 12 | AC | B6 | 5A | 5 | 0 | 1D | B8 | 52 | 27 |
| Octal | 22 | 254 | 266 | 132 | 5 | 0 | 35 | 270 | 122 | 47 |
| Binary | 10010 | 10101100 | 10110110 | 1011010 | 101 | 0 | 11101 | 10111000 | 1010010 | 100111 |
Color Harmonies of #12ACB6
Complementary color
Monochromatic Colors of #12ACB6
Black with #12ACB6
Text Example
Text Example
White with #12ACB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12ACB6; }
p { color: rgb(18,172,182); }
H1.HeaderClassName
{
color: #12ACB6;
}
.AnyTagClassName
{
color: #12ACB6;
}
</style>
background-color css
<style>
a { background-color: #12ACB6; }
a { background-color: rgb(18,172,182); }
div.DivClassName
{
background-color: #12ACB6;
}
.BgClassName
{
background-color: #12ACB6;
}
</style>
border-color css
<style>
span { border-color: #12ACB6; }
span { border-color: rgb(18,172,182); }
td.TdClassName
{
border-color: #12ACB6;
}
.TagClassName
{
border-color: #12ACB6;
}
</style>