Shades of Light Sea Green #16BDB5
Tints of Light Sea Green #16BDB5
RGB
CMYK
RGB Variations
Color information
#16BDB5 (or 0x16BDB5) is known color: Light Sea Green. HEX triplet: 16, BD and B5. RGB value is (22,189,181). Sum of RGB (Red+Green+Blue) = 22+189+181=392 (51% of max value = 765). Red value is 22 (8.98% from 255 or 5.61% from 392); Green value is 189 (74.22% from 255 or 48.21% from 392); Blue value is 181 (71.09% from 255 or 46.17% from 392); Max value from RGB is 189 - color contains mainly: green. Hex color #16BDB5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16BDB5 is #E9424A. Grayscale: #8A8A8A. Windows color (decimal): -15286859 or 11910422. OLE color: 11910422.
HSL color Cylindrical-coordinate representation of color #16BDB5: hue angle of 177.13º 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 #16BDB5 is Cyan = 0.88, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 22 | 189 | 181 | - |
| CMYK | 0.88 | 0 | 0.04 | 0.26 |
| HSL | 177.13º | 0.79% | 0.41% | - |
| HSV(B) | 177.13º | 0.88% | 0.74% | - |
| XYZ | 26.87 | 39.9 | 50 | - |
| YUV | 138.16 | 152.17 | 45.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 189 | 181 | 0.88 | 0 | 0.04 | 0.26 | 177.13 | 0.79 | 0.41 |
| Hex | 16 | BD | B5 | 58 | 0 | 4 | 1A | B1 | 4F | 29 |
| Octal | 26 | 275 | 265 | 130 | 0 | 4 | 32 | 261 | 117 | 51 |
| Binary | 10110 | 10111101 | 10110101 | 1011000 | 0 | 100 | 11010 | 10110001 | 1001111 | 101001 |
Color Harmonies of #16BDB5
Complementary color
Monochromatic Colors of #16BDB5
Black with #16BDB5
Text Example
Text Example
White with #16BDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BDB5; }
p { color: rgb(22,189,181); }
H1.HeaderClassName
{
color: #16BDB5;
}
.AnyTagClassName
{
color: #16BDB5;
}
</style>
background-color css
<style>
a { background-color: #16BDB5; }
a { background-color: rgb(22,189,181); }
div.DivClassName
{
background-color: #16BDB5;
}
.BgClassName
{
background-color: #16BDB5;
}
</style>
border-color css
<style>
span { border-color: #16BDB5; }
span { border-color: rgb(22,189,181); }
td.TdClassName
{
border-color: #16BDB5;
}
.TagClassName
{
border-color: #16BDB5;
}
</style>