Shades of Light Sea Green #12BCB9
Tints of Light Sea Green #12BCB9
RGB
CMYK
RGB Variations
Color information
#12BCB9 (or 0x12BCB9) is known color: Light Sea Green. HEX triplet: 12, BC and B9. RGB value is (18,188,185). Sum of RGB (Red+Green+Blue) = 18+188+185=391 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.60% from 391); Green value is 188 (73.83% from 255 or 48.08% from 391); Blue value is 185 (72.66% from 255 or 47.31% from 391); Max value from RGB is 188 - color contains mainly: green. Hex color #12BCB9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12BCB9 is #ED4346. Grayscale: #888888. Windows color (decimal): -15549255 or 12172306. OLE color: 12172306.
HSL color Cylindrical-coordinate representation of color #12BCB9: hue angle of 178.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 #12BCB9 is Cyan = 0.90, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 18 | 188 | 185 | - |
| CMYK | 0.90 | 0 | 0.02 | 0.26 |
| HSL | 178.94º | 0.83% | 0.4% | - |
| HSV(B) | 178.94º | 0.9% | 0.74% | - |
| XYZ | 26.99 | 39.6 | 52.12 | - |
| YUV | 136.83 | 155.18 | 43.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 188 | 185 | 0.90 | 0 | 0.02 | 0.26 | 178.94 | 0.83 | 0.4 |
| Hex | 12 | BC | B9 | 5A | 0 | 2 | 1A | B3 | 53 | 28 |
| Octal | 22 | 274 | 271 | 132 | 0 | 2 | 32 | 263 | 123 | 50 |
| Binary | 10010 | 10111100 | 10111001 | 1011010 | 0 | 10 | 11010 | 10110011 | 1010011 | 101000 |
Color Harmonies of #12BCB9
Complementary color
Monochromatic Colors of #12BCB9
Black with #12BCB9
Text Example
Text Example
White with #12BCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BCB9; }
p { color: rgb(18,188,185); }
H1.HeaderClassName
{
color: #12BCB9;
}
.AnyTagClassName
{
color: #12BCB9;
}
</style>
background-color css
<style>
a { background-color: #12BCB9; }
a { background-color: rgb(18,188,185); }
div.DivClassName
{
background-color: #12BCB9;
}
.BgClassName
{
background-color: #12BCB9;
}
</style>
border-color css
<style>
span { border-color: #12BCB9; }
span { border-color: rgb(18,188,185); }
td.TdClassName
{
border-color: #12BCB9;
}
.TagClassName
{
border-color: #12BCB9;
}
</style>