Shades of Light Sea Green #16BFBD
Tints of Light Sea Green #16BFBD
RGB
CMYK
RGB Variations
Color information
#16BFBD (or 0x16BFBD) is known color: Light Sea Green. HEX triplet: 16, BF and BD. RGB value is (22,191,189). Sum of RGB (Red+Green+Blue) = 22+191+189=402 (53% of max value = 765). Red value is 22 (8.98% from 255 or 5.47% from 402); Green value is 191 (75% from 255 or 47.51% from 402); Blue value is 189 (74.22% from 255 or 47.01% from 402); Max value from RGB is 191 - color contains mainly: green. Hex color #16BFBD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16BFBD is #E94042. Grayscale: #8C8C8C. Windows color (decimal): -15286339 or 12435222. OLE color: 12435222.
HSL color Cylindrical-coordinate representation of color #16BFBD: hue angle of 179.29º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16BFBD is Cyan = 0.88, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 22 | 191 | 189 | - |
| CMYK | 0.88 | 0 | 0.01 | 0.25 |
| HSL | 179.29º | 0.79% | 0.42% | - |
| HSV(B) | 179.29º | 0.88% | 0.75% | - |
| XYZ | 28.15 | 41.11 | 54.59 | - |
| YUV | 140.24 | 155.51 | 43.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 191 | 189 | 0.88 | 0 | 0.01 | 0.25 | 179.29 | 0.79 | 0.42 |
| Hex | 16 | BF | BD | 58 | 0 | 1 | 19 | B3 | 4F | 2A |
| Octal | 26 | 277 | 275 | 130 | 0 | 1 | 31 | 263 | 117 | 52 |
| Binary | 10110 | 10111111 | 10111101 | 1011000 | 0 | 1 | 11001 | 10110011 | 1001111 | 101010 |
Color Harmonies of #16BFBD
Complementary color
Monochromatic Colors of #16BFBD
Black with #16BFBD
Text Example
Text Example
White with #16BFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BFBD; }
p { color: rgb(22,191,189); }
H1.HeaderClassName
{
color: #16BFBD;
}
.AnyTagClassName
{
color: #16BFBD;
}
</style>
background-color css
<style>
a { background-color: #16BFBD; }
a { background-color: rgb(22,191,189); }
div.DivClassName
{
background-color: #16BFBD;
}
.BgClassName
{
background-color: #16BFBD;
}
</style>
border-color css
<style>
span { border-color: #16BFBD; }
span { border-color: rgb(22,191,189); }
td.TdClassName
{
border-color: #16BFBD;
}
.TagClassName
{
border-color: #16BFBD;
}
</style>