Shades of Light Sea Green #12BAB4
Tints of Light Sea Green #12BAB4
RGB
CMYK
RGB Variations
Color information
#12BAB4 (or 0x12BAB4) is known color: Light Sea Green. HEX triplet: 12, BA and B4. RGB value is (18,186,180). Sum of RGB (Red+Green+Blue) = 18+186+180=384 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.69% from 384); Green value is 186 (73.05% from 255 or 48.44% from 384); Blue value is 180 (70.70% from 255 or 46.88% from 384); Max value from RGB is 186 - color contains mainly: green. Hex color #12BAB4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12BAB4 is #ED454B. Grayscale: #868686. Windows color (decimal): -15549772 or 11844114. OLE color: 11844114.
HSL color Cylindrical-coordinate representation of color #12BAB4: hue angle of 177.86º 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 #12BAB4 is Cyan = 0.90, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 186 | 180 | - |
| CMYK | 0.90 | 0 | 0.03 | 0.27 |
| HSL | 177.86º | 0.82% | 0.4% | - |
| HSV(B) | 177.86º | 0.9% | 0.73% | - |
| XYZ | 26.05 | 38.54 | 49.25 | - |
| YUV | 135.08 | 153.34 | 44.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 186 | 180 | 0.90 | 0 | 0.03 | 0.27 | 177.86 | 0.82 | 0.4 |
| Hex | 12 | BA | B4 | 5A | 0 | 3 | 1B | B2 | 52 | 28 |
| Octal | 22 | 272 | 264 | 132 | 0 | 3 | 33 | 262 | 122 | 50 |
| Binary | 10010 | 10111010 | 10110100 | 1011010 | 0 | 11 | 11011 | 10110010 | 1010010 | 101000 |
Color Harmonies of #12BAB4
Complementary color
Monochromatic Colors of #12BAB4
Black with #12BAB4
Text Example
Text Example
White with #12BAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BAB4; }
p { color: rgb(18,186,180); }
H1.HeaderClassName
{
color: #12BAB4;
}
.AnyTagClassName
{
color: #12BAB4;
}
</style>
background-color css
<style>
a { background-color: #12BAB4; }
a { background-color: rgb(18,186,180); }
div.DivClassName
{
background-color: #12BAB4;
}
.BgClassName
{
background-color: #12BAB4;
}
</style>
border-color css
<style>
span { border-color: #12BAB4; }
span { border-color: rgb(18,186,180); }
td.TdClassName
{
border-color: #12BAB4;
}
.TagClassName
{
border-color: #12BAB4;
}
</style>