Shades of Light Sea Green #12BCA2
Tints of Light Sea Green #12BCA2
RGB
CMYK
RGB Variations
Color information
#12BCA2 (or 0x12BCA2) is known color: Light Sea Green. HEX triplet: 12, BC and A2. RGB value is (18,188,162). Sum of RGB (Red+Green+Blue) = 18+188+162=368 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.89% from 368); Green value is 188 (73.83% from 255 or 51.09% from 368); Blue value is 162 (63.67% from 255 or 44.02% from 368); Max value from RGB is 188 - color contains mainly: green. Hex color #12BCA2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12BCA2 is #ED435D. Grayscale: #868686. Windows color (decimal): -15549278 or 10664978. OLE color: 10664978.
HSL color Cylindrical-coordinate representation of color #12BCA2: hue angle of 170.82º 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 #12BCA2 is Cyan = 0.90, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 18 | 188 | 162 | - |
| CMYK | 0.90 | 0 | 0.14 | 0.26 |
| HSL | 170.82º | 0.83% | 0.4% | - |
| HSV(B) | 170.82º | 0.9% | 0.74% | - |
| XYZ | 24.75 | 38.7 | 40.35 | - |
| YUV | 134.21 | 143.68 | 45.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 188 | 162 | 0.90 | 0 | 0.14 | 0.26 | 170.82 | 0.83 | 0.4 |
| Hex | 12 | BC | A2 | 5A | 0 | E | 1A | AB | 53 | 28 |
| Octal | 22 | 274 | 242 | 132 | 0 | 16 | 32 | 253 | 123 | 50 |
| Binary | 10010 | 10111100 | 10100010 | 1011010 | 0 | 1110 | 11010 | 10101011 | 1010011 | 101000 |
Color Harmonies of #12BCA2
Complementary color
Monochromatic Colors of #12BCA2
Black with #12BCA2
Text Example
Text Example
White with #12BCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BCA2; }
p { color: rgb(18,188,162); }
H1.HeaderClassName
{
color: #12BCA2;
}
.AnyTagClassName
{
color: #12BCA2;
}
</style>
background-color css
<style>
a { background-color: #12BCA2; }
a { background-color: rgb(18,188,162); }
div.DivClassName
{
background-color: #12BCA2;
}
.BgClassName
{
background-color: #12BCA2;
}
</style>
border-color css
<style>
span { border-color: #12BCA2; }
span { border-color: rgb(18,188,162); }
td.TdClassName
{
border-color: #12BCA2;
}
.TagClassName
{
border-color: #12BCA2;
}
</style>