Shades of Light Sea Green #12BCA8
Tints of Light Sea Green #12BCA8
RGB
CMYK
RGB Variations
Color information
#12BCA8 (or 0x12BCA8) is known color: Light Sea Green. HEX triplet: 12, BC and A8. RGB value is (18,188,168). Sum of RGB (Red+Green+Blue) = 18+188+168=374 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.81% from 374); Green value is 188 (73.83% from 255 or 50.27% from 374); Blue value is 168 (66.02% from 255 or 44.92% from 374); Max value from RGB is 188 - color contains mainly: green. Hex color #12BCA8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12BCA8 is #ED4357. Grayscale: #868686. Windows color (decimal): -15549272 or 11058194. OLE color: 11058194.
HSL color Cylindrical-coordinate representation of color #12BCA8: hue angle of 172.94º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12BCA8 is Cyan = 0.90, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 18 | 188 | 168 | - |
| CMYK | 0.90 | 0 | 0.11 | 0.26 |
| HSL | 172.94º | 0.83% | 0.4% | - |
| HSV(B) | 172.94º | 0.9% | 0.74% | - |
| XYZ | 25.3 | 38.92 | 43.23 | - |
| YUV | 134.89 | 146.68 | 44.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 188 | 168 | 0.90 | 0 | 0.11 | 0.26 | 172.94 | 0.83 | 0.4 |
| Hex | 12 | BC | A8 | 5A | 0 | B | 1A | AD | 53 | 28 |
| Octal | 22 | 274 | 250 | 132 | 0 | 13 | 32 | 255 | 123 | 50 |
| Binary | 10010 | 10111100 | 10101000 | 1011010 | 0 | 1011 | 11010 | 10101101 | 1010011 | 101000 |
Color Harmonies of #12BCA8
Complementary color
Monochromatic Colors of #12BCA8
Black with #12BCA8
Text Example
Text Example
White with #12BCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BCA8; }
p { color: rgb(18,188,168); }
H1.HeaderClassName
{
color: #12BCA8;
}
.AnyTagClassName
{
color: #12BCA8;
}
</style>
background-color css
<style>
a { background-color: #12BCA8; }
a { background-color: rgb(18,188,168); }
div.DivClassName
{
background-color: #12BCA8;
}
.BgClassName
{
background-color: #12BCA8;
}
</style>
border-color css
<style>
span { border-color: #12BCA8; }
span { border-color: rgb(18,188,168); }
td.TdClassName
{
border-color: #12BCA8;
}
.TagClassName
{
border-color: #12BCA8;
}
</style>