Shades of Light Sea Green #16B8BA
Tints of Light Sea Green #16B8BA
RGB
CMYK
RGB Variations
Color information
#16B8BA (or 0x16B8BA) is known color: Light Sea Green. HEX triplet: 16, B8 and BA. RGB value is (22,184,186). Sum of RGB (Red+Green+Blue) = 22+184+186=392 (51% of max value = 765). Red value is 22 (8.98% from 255 or 5.61% from 392); Green value is 184 (72.27% from 255 or 46.94% from 392); Blue value is 186 (73.05% from 255 or 47.45% from 392); Max value from RGB is 186 - color contains mainly: blue. Hex color #16B8BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16B8BA is #E94745. Grayscale: #878787. Windows color (decimal): -15288134 or 12236822. OLE color: 12236822.
HSL color Cylindrical-coordinate representation of color #16B8BA: hue angle of 180.73º 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 #16B8BA is Cyan = 0.88, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 22 | 184 | 186 | - |
| CMYK | 0.88 | 0.01 | 0 | 0.27 |
| HSL | 180.73º | 0.79% | 0.41% | - |
| HSV(B) | 180.73º | 0.88% | 0.73% | - |
| XYZ | 26.33 | 38 | 52.4 | - |
| YUV | 135.79 | 156.33 | 46.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 184 | 186 | 0.88 | 0.01 | 0 | 0.27 | 180.73 | 0.79 | 0.41 |
| Hex | 16 | B8 | BA | 58 | 1 | 0 | 1B | B5 | 4F | 29 |
| Octal | 26 | 270 | 272 | 130 | 1 | 0 | 33 | 265 | 117 | 51 |
| Binary | 10110 | 10111000 | 10111010 | 1011000 | 1 | 0 | 11011 | 10110101 | 1001111 | 101001 |
Color Harmonies of #16B8BA
Complementary color
Monochromatic Colors of #16B8BA
Black with #16B8BA
Text Example
Text Example
White with #16B8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16B8BA; }
p { color: rgb(22,184,186); }
H1.HeaderClassName
{
color: #16B8BA;
}
.AnyTagClassName
{
color: #16B8BA;
}
</style>
background-color css
<style>
a { background-color: #16B8BA; }
a { background-color: rgb(22,184,186); }
div.DivClassName
{
background-color: #16B8BA;
}
.BgClassName
{
background-color: #16B8BA;
}
</style>
border-color css
<style>
span { border-color: #16B8BA; }
span { border-color: rgb(22,184,186); }
td.TdClassName
{
border-color: #16B8BA;
}
.TagClassName
{
border-color: #16B8BA;
}
</style>