Shades of Light Sea Green #12BCB2
Tints of Light Sea Green #12BCB2
RGB
CMYK
RGB Variations
Color information
#12BCB2 (or 0x12BCB2) is known color: Light Sea Green. HEX triplet: 12, BC and B2. RGB value is (18,188,178). Sum of RGB (Red+Green+Blue) = 18+188+178=384 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.69% from 384); Green value is 188 (73.83% from 255 or 48.96% from 384); Blue value is 178 (69.92% from 255 or 46.35% from 384); Max value from RGB is 188 - color contains mainly: green. Hex color #12BCB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12BCB2 is #ED434D. Grayscale: #878787. Windows color (decimal): -15549262 or 11713554. OLE color: 11713554.
HSL color Cylindrical-coordinate representation of color #12BCB2: hue angle of 176.47º 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 #12BCB2 is Cyan = 0.90, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 18 | 188 | 178 | - |
| CMYK | 0.90 | 0 | 0.05 | 0.26 |
| HSL | 176.47º | 0.83% | 0.4% | - |
| HSV(B) | 176.47º | 0.9% | 0.74% | - |
| XYZ | 26.27 | 39.31 | 48.32 | - |
| YUV | 136.03 | 151.68 | 43.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 188 | 178 | 0.90 | 0 | 0.05 | 0.26 | 176.47 | 0.83 | 0.4 |
| Hex | 12 | BC | B2 | 5A | 0 | 5 | 1A | B0 | 53 | 28 |
| Octal | 22 | 274 | 262 | 132 | 0 | 5 | 32 | 260 | 123 | 50 |
| Binary | 10010 | 10111100 | 10110010 | 1011010 | 0 | 101 | 11010 | 10110000 | 1010011 | 101000 |
Color Harmonies of #12BCB2
Complementary color
Monochromatic Colors of #12BCB2
Black with #12BCB2
Text Example
Text Example
White with #12BCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BCB2; }
p { color: rgb(18,188,178); }
H1.HeaderClassName
{
color: #12BCB2;
}
.AnyTagClassName
{
color: #12BCB2;
}
</style>
background-color css
<style>
a { background-color: #12BCB2; }
a { background-color: rgb(18,188,178); }
div.DivClassName
{
background-color: #12BCB2;
}
.BgClassName
{
background-color: #12BCB2;
}
</style>
border-color css
<style>
span { border-color: #12BCB2; }
span { border-color: rgb(18,188,178); }
td.TdClassName
{
border-color: #12BCB2;
}
.TagClassName
{
border-color: #12BCB2;
}
</style>