Shades of Light Sea Green #12B8B7
Tints of Light Sea Green #12B8B7
RGB
CMYK
RGB Variations
Color information
#12B8B7 (or 0x12B8B7) is known color: Light Sea Green. HEX triplet: 12, B8 and B7. RGB value is (18,184,183). Sum of RGB (Red+Green+Blue) = 18+184+183=385 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.68% from 385); Green value is 184 (72.27% from 255 or 47.79% from 385); Blue value is 183 (71.88% from 255 or 47.53% from 385); Max value from RGB is 184 - color contains mainly: green. Hex color #12B8B7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12B8B7 is #ED4748. Grayscale: #868686. Windows color (decimal): -15550281 or 12040210. OLE color: 12040210.
HSL color Cylindrical-coordinate representation of color #12B8B7: hue angle of 179.64º 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 #12B8B7 is Cyan = 0.90, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 18 | 184 | 183 | - |
| CMYK | 0.90 | 0 | 0.01 | 0.28 |
| HSL | 179.64º | 0.82% | 0.4% | - |
| HSV(B) | 179.64º | 0.9% | 0.72% | - |
| XYZ | 25.94 | 37.83 | 50.73 | - |
| YUV | 134.25 | 155.5 | 45.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 184 | 183 | 0.90 | 0 | 0.01 | 0.28 | 179.64 | 0.82 | 0.4 |
| Hex | 12 | B8 | B7 | 5A | 0 | 1 | 1C | B4 | 52 | 28 |
| Octal | 22 | 270 | 267 | 132 | 0 | 1 | 34 | 264 | 122 | 50 |
| Binary | 10010 | 10111000 | 10110111 | 1011010 | 0 | 1 | 11100 | 10110100 | 1010010 | 101000 |
Color Harmonies of #12B8B7
Complementary color
Monochromatic Colors of #12B8B7
Black with #12B8B7
Text Example
Text Example
White with #12B8B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B8B7; }
p { color: rgb(18,184,183); }
H1.HeaderClassName
{
color: #12B8B7;
}
.AnyTagClassName
{
color: #12B8B7;
}
</style>
background-color css
<style>
a { background-color: #12B8B7; }
a { background-color: rgb(18,184,183); }
div.DivClassName
{
background-color: #12B8B7;
}
.BgClassName
{
background-color: #12B8B7;
}
</style>
border-color css
<style>
span { border-color: #12B8B7; }
span { border-color: rgb(18,184,183); }
td.TdClassName
{
border-color: #12B8B7;
}
.TagClassName
{
border-color: #12B8B7;
}
</style>