Shades of Light Sea Green #12BEA8
Tints of Light Sea Green #12BEA8
RGB
CMYK
RGB Variations
Color information
#12BEA8 (or 0x12BEA8) is known color: Light Sea Green. HEX triplet: 12, BE and A8. RGB value is (18,190,168). Sum of RGB (Red+Green+Blue) = 18+190+168=376 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.79% from 376); Green value is 190 (74.61% from 255 or 50.53% from 376); Blue value is 168 (66.02% from 255 or 44.68% from 376); Max value from RGB is 190 - color contains mainly: green. Hex color #12BEA8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12BEA8 is #ED4157. Grayscale: #878787. Windows color (decimal): -15548760 or 11058706. OLE color: 11058706.
HSL color Cylindrical-coordinate representation of color #12BEA8: hue angle of 172.33º 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 #12BEA8 is Cyan = 0.91, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 18 | 190 | 168 | - |
| CMYK | 0.91 | 0 | 0.12 | 0.25 |
| HSL | 172.33º | 0.83% | 0.41% | - |
| HSV(B) | 172.33º | 0.91% | 0.75% | - |
| XYZ | 25.73 | 39.78 | 43.37 | - |
| YUV | 136.06 | 146.02 | 43.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 190 | 168 | 0.91 | 0 | 0.12 | 0.25 | 172.33 | 0.83 | 0.41 |
| Hex | 12 | BE | A8 | 5B | 0 | C | 19 | AC | 53 | 29 |
| Octal | 22 | 276 | 250 | 133 | 0 | 14 | 31 | 254 | 123 | 51 |
| Binary | 10010 | 10111110 | 10101000 | 1011011 | 0 | 1100 | 11001 | 10101100 | 1010011 | 101001 |
Color Harmonies of #12BEA8
Complementary color
Monochromatic Colors of #12BEA8
Black with #12BEA8
Text Example
Text Example
White with #12BEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BEA8; }
p { color: rgb(18,190,168); }
H1.HeaderClassName
{
color: #12BEA8;
}
.AnyTagClassName
{
color: #12BEA8;
}
</style>
background-color css
<style>
a { background-color: #12BEA8; }
a { background-color: rgb(18,190,168); }
div.DivClassName
{
background-color: #12BEA8;
}
.BgClassName
{
background-color: #12BEA8;
}
</style>
border-color css
<style>
span { border-color: #12BEA8; }
span { border-color: rgb(18,190,168); }
td.TdClassName
{
border-color: #12BEA8;
}
.TagClassName
{
border-color: #12BEA8;
}
</style>