Shades of Light Sea Green #12BFBA
Tints of Light Sea Green #12BFBA
RGB
CMYK
RGB Variations
Color information
#12BFBA (or 0x12BFBA) is known color: Light Sea Green. HEX triplet: 12, BF and BA. RGB value is (18,191,186). Sum of RGB (Red+Green+Blue) = 18+191+186=395 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.56% from 395); Green value is 191 (75% from 255 or 48.35% from 395); Blue value is 186 (73.05% from 255 or 47.09% from 395); Max value from RGB is 191 - color contains mainly: green. Hex color #12BFBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12BFBA is #ED4045. Grayscale: #8A8A8A. Windows color (decimal): -15548486 or 12238610. OLE color: 12238610.
HSL color Cylindrical-coordinate representation of color #12BFBA: hue angle of 178.27º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12BFBA is Cyan = 0.91, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 18 | 191 | 186 | - |
| CMYK | 0.91 | 0 | 0.03 | 0.25 |
| HSL | 178.27º | 0.83% | 0.41% | - |
| HSV(B) | 178.27º | 0.91% | 0.75% | - |
| XYZ | 27.74 | 40.94 | 52.89 | - |
| YUV | 138.7 | 154.69 | 41.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 191 | 186 | 0.91 | 0 | 0.03 | 0.25 | 178.27 | 0.83 | 0.41 |
| Hex | 12 | BF | BA | 5B | 0 | 3 | 19 | B2 | 53 | 29 |
| Octal | 22 | 277 | 272 | 133 | 0 | 3 | 31 | 262 | 123 | 51 |
| Binary | 10010 | 10111111 | 10111010 | 1011011 | 0 | 11 | 11001 | 10110010 | 1010011 | 101001 |
Color Harmonies of #12BFBA
Complementary color
Monochromatic Colors of #12BFBA
Black with #12BFBA
Text Example
Text Example
White with #12BFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BFBA; }
p { color: rgb(18,191,186); }
H1.HeaderClassName
{
color: #12BFBA;
}
.AnyTagClassName
{
color: #12BFBA;
}
</style>
background-color css
<style>
a { background-color: #12BFBA; }
a { background-color: rgb(18,191,186); }
div.DivClassName
{
background-color: #12BFBA;
}
.BgClassName
{
background-color: #12BFBA;
}
</style>
border-color css
<style>
span { border-color: #12BFBA; }
span { border-color: rgb(18,191,186); }
td.TdClassName
{
border-color: #12BFBA;
}
.TagClassName
{
border-color: #12BFBA;
}
</style>