Shades of Light Sea Green #12B8A8
Tints of Light Sea Green #12B8A8
RGB
CMYK
RGB Variations
Color information
#12B8A8 (or 0x12B8A8) is known color: Light Sea Green. HEX triplet: 12, B8 and A8. RGB value is (18,184,168). Sum of RGB (Red+Green+Blue) = 18+184+168=370 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.86% from 370); Green value is 184 (72.27% from 255 or 49.73% from 370); Blue value is 168 (66.02% from 255 or 45.41% from 370); Max value from RGB is 184 - color contains mainly: green. Hex color #12B8A8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12B8A8 is #ED4757. Grayscale: #848484. Windows color (decimal): -15550296 or 11057170. OLE color: 11057170.
HSL color Cylindrical-coordinate representation of color #12B8A8: hue angle of 174.22º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B8A8 is Cyan = 0.90, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 18 | 184 | 168 | - |
| CMYK | 0.90 | 0 | 0.09 | 0.28 |
| HSL | 174.22º | 0.82% | 0.4% | - |
| HSV(B) | 174.22º | 0.9% | 0.72% | - |
| XYZ | 24.46 | 37.24 | 42.94 | - |
| YUV | 132.54 | 148 | 46.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 184 | 168 | 0.90 | 0 | 0.09 | 0.28 | 174.22 | 0.82 | 0.4 |
| Hex | 12 | B8 | A8 | 5A | 0 | 9 | 1C | AE | 52 | 28 |
| Octal | 22 | 270 | 250 | 132 | 0 | 11 | 34 | 256 | 122 | 50 |
| Binary | 10010 | 10111000 | 10101000 | 1011010 | 0 | 1001 | 11100 | 10101110 | 1010010 | 101000 |
Color Harmonies of #12B8A8
Complementary color
Monochromatic Colors of #12B8A8
Black with #12B8A8
Text Example
Text Example
White with #12B8A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B8A8; }
p { color: rgb(18,184,168); }
H1.HeaderClassName
{
color: #12B8A8;
}
.AnyTagClassName
{
color: #12B8A8;
}
</style>
background-color css
<style>
a { background-color: #12B8A8; }
a { background-color: rgb(18,184,168); }
div.DivClassName
{
background-color: #12B8A8;
}
.BgClassName
{
background-color: #12B8A8;
}
</style>
border-color css
<style>
span { border-color: #12B8A8; }
span { border-color: rgb(18,184,168); }
td.TdClassName
{
border-color: #12B8A8;
}
.TagClassName
{
border-color: #12B8A8;
}
</style>