Shades of Light Sea Green #12B19C
Tints of Light Sea Green #12B19C
RGB
CMYK
RGB Variations
Color information
#12B19C (or 0x12B19C) is known color: Light Sea Green. HEX triplet: 12, B1 and 9C. RGB value is (18,177,156). Sum of RGB (Red+Green+Blue) = 18+177+156=351 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.13% from 351); Green value is 177 (69.53% from 255 or 50.43% from 351); Blue value is 156 (61.33% from 255 or 44.44% from 351); Max value from RGB is 177 - color contains mainly: green. Hex color #12B19C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12B19C is #ED4E63. Grayscale: #7E7E7E. Windows color (decimal): -15552100 or 10268946. OLE color: 10268946.
HSL color Cylindrical-coordinate representation of color #12B19C: hue angle of 172.08º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B19C is Cyan = 0.90, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 18 | 177 | 156 | - |
| CMYK | 0.90 | 0 | 0.12 | 0.31 |
| HSL | 172.08º | 0.82% | 0.38% | - |
| HSV(B) | 172.08º | 0.9% | 0.69% | - |
| XYZ | 21.97 | 33.97 | 36.85 | - |
| YUV | 127.07 | 144.32 | 50.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 177 | 156 | 0.90 | 0 | 0.12 | 0.31 | 172.08 | 0.82 | 0.38 |
| Hex | 12 | B1 | 9C | 5A | 0 | C | 1F | AC | 52 | 26 |
| Octal | 22 | 261 | 234 | 132 | 0 | 14 | 37 | 254 | 122 | 46 |
| Binary | 10010 | 10110001 | 10011100 | 1011010 | 0 | 1100 | 11111 | 10101100 | 1010010 | 100110 |
Color Harmonies of #12B19C
Complementary color
Monochromatic Colors of #12B19C
Black with #12B19C
Text Example
Text Example
White with #12B19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B19C; }
p { color: rgb(18,177,156); }
H1.HeaderClassName
{
color: #12B19C;
}
.AnyTagClassName
{
color: #12B19C;
}
</style>
background-color css
<style>
a { background-color: #12B19C; }
a { background-color: rgb(18,177,156); }
div.DivClassName
{
background-color: #12B19C;
}
.BgClassName
{
background-color: #12B19C;
}
</style>
border-color css
<style>
span { border-color: #12B19C; }
span { border-color: rgb(18,177,156); }
td.TdClassName
{
border-color: #12B19C;
}
.TagClassName
{
border-color: #12B19C;
}
</style>