Shades of Light Sea Green #16B0A5
Tints of Light Sea Green #16B0A5
RGB
CMYK
RGB Variations
Color information
#16B0A5 (or 0x16B0A5) is known color: Light Sea Green. HEX triplet: 16, B0 and A5. RGB value is (22,176,165). Sum of RGB (Red+Green+Blue) = 22+176+165=363 (48% of max value = 765). Red value is 22 (8.98% from 255 or 6.06% from 363); Green value is 176 (69.14% from 255 or 48.48% from 363); Blue value is 165 (64.84% from 255 or 45.45% from 363); Max value from RGB is 176 - color contains mainly: green. Hex color #16B0A5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16B0A5 is #E94F5A. Grayscale: #808080. Windows color (decimal): -15290203 or 10858518. OLE color: 10858518.
HSL color Cylindrical-coordinate representation of color #16B0A5: hue angle of 175.71º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16B0A5 is Cyan = 0.88, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 22 | 176 | 165 | - |
| CMYK | 0.88 | 0 | 0.06 | 0.31 |
| HSL | 175.71º | 0.78% | 0.39% | - |
| HSV(B) | 175.71º | 0.88% | 0.69% | - |
| XYZ | 22.65 | 33.94 | 40.95 | - |
| YUV | 128.7 | 148.48 | 51.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 176 | 165 | 0.88 | 0 | 0.06 | 0.31 | 175.71 | 0.78 | 0.39 |
| Hex | 16 | B0 | A5 | 58 | 0 | 6 | 1F | B0 | 4E | 27 |
| Octal | 26 | 260 | 245 | 130 | 0 | 6 | 37 | 260 | 116 | 47 |
| Binary | 10110 | 10110000 | 10100101 | 1011000 | 0 | 110 | 11111 | 10110000 | 1001110 | 100111 |
Color Harmonies of #16B0A5
Complementary color
Monochromatic Colors of #16B0A5
Black with #16B0A5
Text Example
Text Example
White with #16B0A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16B0A5; }
p { color: rgb(22,176,165); }
H1.HeaderClassName
{
color: #16B0A5;
}
.AnyTagClassName
{
color: #16B0A5;
}
</style>
background-color css
<style>
a { background-color: #16B0A5; }
a { background-color: rgb(22,176,165); }
div.DivClassName
{
background-color: #16B0A5;
}
.BgClassName
{
background-color: #16B0A5;
}
</style>
border-color css
<style>
span { border-color: #16B0A5; }
span { border-color: rgb(22,176,165); }
td.TdClassName
{
border-color: #16B0A5;
}
.TagClassName
{
border-color: #16B0A5;
}
</style>