Shades of Light Sea Green #12BBB0
Tints of Light Sea Green #12BBB0
RGB
CMYK
RGB Variations
Color information
#12BBB0 (or 0x12BBB0) is known color: Light Sea Green. HEX triplet: 12, BB and B0. RGB value is (18,187,176). Sum of RGB (Red+Green+Blue) = 18+187+176=381 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.72% from 381); Green value is 187 (73.44% from 255 or 49.08% from 381); Blue value is 176 (69.14% from 255 or 46.19% from 381); Max value from RGB is 187 - color contains mainly: green. Hex color #12BBB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12BBB0 is #ED444F. Grayscale: #878787. Windows color (decimal): -15549520 or 11582226. OLE color: 11582226.
HSL color Cylindrical-coordinate representation of color #12BBB0: hue angle of 176.09º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12BBB0 is Cyan = 0.90, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 187 | 176 | - |
| CMYK | 0.90 | 0 | 0.06 | 0.27 |
| HSL | 176.09º | 0.82% | 0.4% | - |
| HSV(B) | 176.09º | 0.9% | 0.73% | - |
| XYZ | 25.86 | 38.8 | 47.2 | - |
| YUV | 135.22 | 151.01 | 44.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 187 | 176 | 0.90 | 0 | 0.06 | 0.27 | 176.09 | 0.82 | 0.4 |
| Hex | 12 | BB | B0 | 5A | 0 | 6 | 1B | B0 | 52 | 28 |
| Octal | 22 | 273 | 260 | 132 | 0 | 6 | 33 | 260 | 122 | 50 |
| Binary | 10010 | 10111011 | 10110000 | 1011010 | 0 | 110 | 11011 | 10110000 | 1010010 | 101000 |
Color Harmonies of #12BBB0
Complementary color
Monochromatic Colors of #12BBB0
Black with #12BBB0
Text Example
Text Example
White with #12BBB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BBB0; }
p { color: rgb(18,187,176); }
H1.HeaderClassName
{
color: #12BBB0;
}
.AnyTagClassName
{
color: #12BBB0;
}
</style>
background-color css
<style>
a { background-color: #12BBB0; }
a { background-color: rgb(18,187,176); }
div.DivClassName
{
background-color: #12BBB0;
}
.BgClassName
{
background-color: #12BBB0;
}
</style>
border-color css
<style>
span { border-color: #12BBB0; }
span { border-color: rgb(18,187,176); }
td.TdClassName
{
border-color: #12BBB0;
}
.TagClassName
{
border-color: #12BBB0;
}
</style>