Shades of Light Sea Green #16BABA
Tints of Light Sea Green #16BABA
RGB
CMYK
RGB Variations
Color information
#16BABA (or 0x16BABA) is known color: Light Sea Green. HEX triplet: 16, BA and BA. RGB value is (22,186,186). Sum of RGB (Red+Green+Blue) = 22+186+186=394 (52% of max value = 765). Red value is 22 (8.98% from 255 or 5.58% from 394); Green value is 186 (73.05% from 255 or 47.21% from 394); Blue value is 186 (73.05% from 255 or 47.21% from 394); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #16BABA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16BABA is #E94545. Grayscale: #888888. Windows color (decimal): -15287622 or 12237334. OLE color: 12237334.
HSL color Cylindrical-coordinate representation of color #16BABA: hue angle of 180º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16BABA is Cyan = 0.88, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 22 | 186 | 186 | - |
| CMYK | 0.88 | 0 | 0 | 0.27 |
| HSL | 180º | 0.79% | 0.41% | - |
| HSV(B) | 180º | 0.88% | 0.73% | - |
| XYZ | 26.75 | 38.83 | 52.54 | - |
| YUV | 136.96 | 155.67 | 46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 186 | 186 | 0.88 | 0 | 0 | 0.27 | 180 | 0.79 | 0.41 |
| Hex | 16 | BA | BA | 58 | 0 | 0 | 1B | B4 | 4F | 29 |
| Octal | 26 | 272 | 272 | 130 | 0 | 0 | 33 | 264 | 117 | 51 |
| Binary | 10110 | 10111010 | 10111010 | 1011000 | 0 | 0 | 11011 | 10110100 | 1001111 | 101001 |
Color Harmonies of #16BABA
Complementary color
Monochromatic Colors of #16BABA
Black with #16BABA
Text Example
Text Example
White with #16BABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BABA; }
p { color: rgb(22,186,186); }
H1.HeaderClassName
{
color: #16BABA;
}
.AnyTagClassName
{
color: #16BABA;
}
</style>
background-color css
<style>
a { background-color: #16BABA; }
a { background-color: rgb(22,186,186); }
div.DivClassName
{
background-color: #16BABA;
}
.BgClassName
{
background-color: #16BABA;
}
</style>
border-color css
<style>
span { border-color: #16BABA; }
span { border-color: rgb(22,186,186); }
td.TdClassName
{
border-color: #16BABA;
}
.TagClassName
{
border-color: #16BABA;
}
</style>