Shades of Light Sea Green #12BEAC
Tints of Light Sea Green #12BEAC
RGB
CMYK
RGB Variations
Color information
#12BEAC (or 0x12BEAC) is known color: Light Sea Green. HEX triplet: 12, BE and AC. RGB value is (18,190,172). Sum of RGB (Red+Green+Blue) = 18+190+172=380 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.74% from 380); Green value is 190 (74.61% from 255 or 50% from 380); Blue value is 172 (67.58% from 255 or 45.26% from 380); Max value from RGB is 190 - color contains mainly: green. Hex color #12BEAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12BEAC is #ED4153. Grayscale: #888888. Windows color (decimal): -15548756 or 11320850. OLE color: 11320850.
HSL color Cylindrical-coordinate representation of color #12BEAC: hue angle of 173.72º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12BEAC is Cyan = 0.91, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 18 | 190 | 172 | - |
| CMYK | 0.91 | 0 | 0.09 | 0.25 |
| HSL | 173.72º | 0.83% | 0.41% | - |
| HSV(B) | 173.72º | 0.91% | 0.75% | - |
| XYZ | 26.11 | 39.93 | 45.36 | - |
| YUV | 136.52 | 148.02 | 43.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 190 | 172 | 0.91 | 0 | 0.09 | 0.25 | 173.72 | 0.83 | 0.41 |
| Hex | 12 | BE | AC | 5B | 0 | 9 | 19 | AE | 53 | 29 |
| Octal | 22 | 276 | 254 | 133 | 0 | 11 | 31 | 256 | 123 | 51 |
| Binary | 10010 | 10111110 | 10101100 | 1011011 | 0 | 1001 | 11001 | 10101110 | 1010011 | 101001 |
Color Harmonies of #12BEAC
Complementary color
Monochromatic Colors of #12BEAC
Black with #12BEAC
Text Example
Text Example
White with #12BEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BEAC; }
p { color: rgb(18,190,172); }
H1.HeaderClassName
{
color: #12BEAC;
}
.AnyTagClassName
{
color: #12BEAC;
}
</style>
background-color css
<style>
a { background-color: #12BEAC; }
a { background-color: rgb(18,190,172); }
div.DivClassName
{
background-color: #12BEAC;
}
.BgClassName
{
background-color: #12BEAC;
}
</style>
border-color css
<style>
span { border-color: #12BEAC; }
span { border-color: rgb(18,190,172); }
td.TdClassName
{
border-color: #12BEAC;
}
.TagClassName
{
border-color: #12BEAC;
}
</style>