Shades of Light Sea Green #16B3BA
Tints of Light Sea Green #16B3BA
RGB
CMYK
RGB Variations
Color information
#16B3BA (or 0x16B3BA) is known color: Light Sea Green. HEX triplet: 16, B3 and BA. RGB value is (22,179,186). Sum of RGB (Red+Green+Blue) = 22+179+186=387 (51% of max value = 765). Red value is 22 (8.98% from 255 or 5.68% from 387); Green value is 179 (70.31% from 255 or 46.25% from 387); Blue value is 186 (73.05% from 255 or 48.06% from 387); Max value from RGB is 186 - color contains mainly: blue. Hex color #16B3BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16B3BA is #E94C45. Grayscale: #848484. Windows color (decimal): -15289414 or 12235542. OLE color: 12235542.
HSL color Cylindrical-coordinate representation of color #16B3BA: hue angle of 182.56º 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 #16B3BA is Cyan = 0.88, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 22 | 179 | 186 | - |
| CMYK | 0.88 | 0.04 | 0 | 0.27 |
| HSL | 182.56º | 0.79% | 0.41% | - |
| HSV(B) | 182.56º | 0.88% | 0.73% | - |
| XYZ | 25.31 | 35.96 | 52.06 | - |
| YUV | 132.86 | 157.99 | 48.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 179 | 186 | 0.88 | 0.04 | 0 | 0.27 | 182.56 | 0.79 | 0.41 |
| Hex | 16 | B3 | BA | 58 | 4 | 0 | 1B | B7 | 4F | 29 |
| Octal | 26 | 263 | 272 | 130 | 4 | 0 | 33 | 267 | 117 | 51 |
| Binary | 10110 | 10110011 | 10111010 | 1011000 | 100 | 0 | 11011 | 10110111 | 1001111 | 101001 |
Color Harmonies of #16B3BA
Complementary color
Monochromatic Colors of #16B3BA
Black with #16B3BA
Text Example
Text Example
White with #16B3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16B3BA; }
p { color: rgb(22,179,186); }
H1.HeaderClassName
{
color: #16B3BA;
}
.AnyTagClassName
{
color: #16B3BA;
}
</style>
background-color css
<style>
a { background-color: #16B3BA; }
a { background-color: rgb(22,179,186); }
div.DivClassName
{
background-color: #16B3BA;
}
.BgClassName
{
background-color: #16B3BA;
}
</style>
border-color css
<style>
span { border-color: #16B3BA; }
span { border-color: rgb(22,179,186); }
td.TdClassName
{
border-color: #16B3BA;
}
.TagClassName
{
border-color: #16B3BA;
}
</style>