Shades of Light Sea Green #16ACB1
Tints of Light Sea Green #16ACB1
RGB
CMYK
RGB Variations
Color information
#16ACB1 (or 0x16ACB1) is known color: Light Sea Green. HEX triplet: 16, AC and B1. RGB value is (22,172,177). Sum of RGB (Red+Green+Blue) = 22+172+177=371 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.93% from 371); Green value is 172 (67.58% from 255 or 46.36% from 371); Blue value is 177 (69.53% from 255 or 47.71% from 371); Max value from RGB is 177 - color contains mainly: blue. Hex color #16ACB1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16ACB1 is #E9534E. Grayscale: #7F7F7F. Windows color (decimal): -15291215 or 11643926. OLE color: 11643926.
HSL color Cylindrical-coordinate representation of color #16ACB1: hue angle of 181.94º 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 #16ACB1 is Cyan = 0.88, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 22 | 172 | 177 | - |
| CMYK | 0.88 | 0.03 | 0 | 0.31 |
| HSL | 181.94º | 0.78% | 0.39% | - |
| HSV(B) | 181.94º | 0.88% | 0.69% | - |
| XYZ | 23.02 | 32.85 | 46.72 | - |
| YUV | 127.72 | 155.81 | 52.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 172 | 177 | 0.88 | 0.03 | 0 | 0.31 | 181.94 | 0.78 | 0.39 |
| Hex | 16 | AC | B1 | 58 | 3 | 0 | 1F | B6 | 4E | 27 |
| Octal | 26 | 254 | 261 | 130 | 3 | 0 | 37 | 266 | 116 | 47 |
| Binary | 10110 | 10101100 | 10110001 | 1011000 | 11 | 0 | 11111 | 10110110 | 1001110 | 100111 |
Color Harmonies of #16ACB1
Complementary color
Monochromatic Colors of #16ACB1
Black with #16ACB1
Text Example
Text Example
White with #16ACB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16ACB1; }
p { color: rgb(22,172,177); }
H1.HeaderClassName
{
color: #16ACB1;
}
.AnyTagClassName
{
color: #16ACB1;
}
</style>
background-color css
<style>
a { background-color: #16ACB1; }
a { background-color: rgb(22,172,177); }
div.DivClassName
{
background-color: #16ACB1;
}
.BgClassName
{
background-color: #16ACB1;
}
</style>
border-color css
<style>
span { border-color: #16ACB1; }
span { border-color: rgb(22,172,177); }
td.TdClassName
{
border-color: #16ACB1;
}
.TagClassName
{
border-color: #16ACB1;
}
</style>