Shades of Light Sea Green #16BCBD
Tints of Light Sea Green #16BCBD
RGB
CMYK
RGB Variations
Color information
#16BCBD (or 0x16BCBD) is known color: Light Sea Green. HEX triplet: 16, BC and BD. RGB value is (22,188,189). Sum of RGB (Red+Green+Blue) = 22+188+189=399 (52% of max value = 765). Red value is 22 (8.98% from 255 or 5.51% from 399); Green value is 188 (73.83% from 255 or 47.12% from 399); Blue value is 189 (74.22% from 255 or 47.37% from 399); Max value from RGB is 189 - color contains mainly: blue. Hex color #16BCBD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16BCBD is #E94342. Grayscale: #8A8A8A. Windows color (decimal): -15287107 or 12434454. OLE color: 12434454.
HSL color Cylindrical-coordinate representation of color #16BCBD: hue angle of 180.36º 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 #16BCBD is Cyan = 0.88, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 22 | 188 | 189 | - |
| CMYK | 0.88 | 0.01 | 0 | 0.26 |
| HSL | 180.36º | 0.79% | 0.41% | - |
| HSV(B) | 180.36º | 0.88% | 0.74% | - |
| XYZ | 27.5 | 39.81 | 54.38 | - |
| YUV | 138.48 | 156.5 | 44.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 188 | 189 | 0.88 | 0.01 | 0 | 0.26 | 180.36 | 0.79 | 0.41 |
| Hex | 16 | BC | BD | 58 | 1 | 0 | 1A | B4 | 4F | 29 |
| Octal | 26 | 274 | 275 | 130 | 1 | 0 | 32 | 264 | 117 | 51 |
| Binary | 10110 | 10111100 | 10111101 | 1011000 | 1 | 0 | 11010 | 10110100 | 1001111 | 101001 |
Color Harmonies of #16BCBD
Complementary color
Monochromatic Colors of #16BCBD
Black with #16BCBD
Text Example
Text Example
White with #16BCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BCBD; }
p { color: rgb(22,188,189); }
H1.HeaderClassName
{
color: #16BCBD;
}
.AnyTagClassName
{
color: #16BCBD;
}
</style>
background-color css
<style>
a { background-color: #16BCBD; }
a { background-color: rgb(22,188,189); }
div.DivClassName
{
background-color: #16BCBD;
}
.BgClassName
{
background-color: #16BCBD;
}
</style>
border-color css
<style>
span { border-color: #16BCBD; }
span { border-color: rgb(22,188,189); }
td.TdClassName
{
border-color: #16BCBD;
}
.TagClassName
{
border-color: #16BCBD;
}
</style>