Shades of Light Sea Green #16BCBA
Tints of Light Sea Green #16BCBA
RGB
CMYK
RGB Variations
Color information
#16BCBA (or 0x16BCBA) is known color: Light Sea Green. HEX triplet: 16, BC and BA. RGB value is (22,188,186). Sum of RGB (Red+Green+Blue) = 22+188+186=396 (52% of max value = 765). Red value is 22 (8.98% from 255 or 5.56% from 396); Green value is 188 (73.83% from 255 or 47.47% from 396); Blue value is 186 (73.05% from 255 or 46.97% from 396); Max value from RGB is 188 - color contains mainly: green. Hex color #16BCBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16BCBA is #E94345. Grayscale: #898989. Windows color (decimal): -15287110 or 12237846. OLE color: 12237846.
HSL color Cylindrical-coordinate representation of color #16BCBA: hue angle of 179.28º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16BCBA is Cyan = 0.88, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 22 | 188 | 186 | - |
| CMYK | 0.88 | 0 | 0.01 | 0.26 |
| HSL | 179.28º | 0.79% | 0.41% | - |
| HSV(B) | 179.28º | 0.88% | 0.74% | - |
| XYZ | 27.18 | 39.68 | 52.68 | - |
| YUV | 138.14 | 155 | 45.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 188 | 186 | 0.88 | 0 | 0.01 | 0.26 | 179.28 | 0.79 | 0.41 |
| Hex | 16 | BC | BA | 58 | 0 | 1 | 1A | B3 | 4F | 29 |
| Octal | 26 | 274 | 272 | 130 | 0 | 1 | 32 | 263 | 117 | 51 |
| Binary | 10110 | 10111100 | 10111010 | 1011000 | 0 | 1 | 11010 | 10110011 | 1001111 | 101001 |
Color Harmonies of #16BCBA
Complementary color
Monochromatic Colors of #16BCBA
Black with #16BCBA
Text Example
Text Example
White with #16BCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BCBA; }
p { color: rgb(22,188,186); }
H1.HeaderClassName
{
color: #16BCBA;
}
.AnyTagClassName
{
color: #16BCBA;
}
</style>
background-color css
<style>
a { background-color: #16BCBA; }
a { background-color: rgb(22,188,186); }
div.DivClassName
{
background-color: #16BCBA;
}
.BgClassName
{
background-color: #16BCBA;
}
</style>
border-color css
<style>
span { border-color: #16BCBA; }
span { border-color: rgb(22,188,186); }
td.TdClassName
{
border-color: #16BCBA;
}
.TagClassName
{
border-color: #16BCBA;
}
</style>