Shades of Light Sea Green #16ACB8
Tints of Light Sea Green #16ACB8
RGB
CMYK
RGB Variations
Color information
#16ACB8 (or 0x16ACB8) is known color: Light Sea Green. HEX triplet: 16, AC and B8. RGB value is (22,172,184). Sum of RGB (Red+Green+Blue) = 22+172+184=378 (50% of max value = 765). Red value is 22 (8.98% from 255 or 5.82% from 378); Green value is 172 (67.58% from 255 or 45.50% from 378); Blue value is 184 (72.27% from 255 or 48.68% from 378); Max value from RGB is 184 - color contains mainly: blue. Hex color #16ACB8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #16ACB8 is #E95347. Grayscale: #808080. Windows color (decimal): -15291208 or 12102678. OLE color: 12102678.
HSL color Cylindrical-coordinate representation of color #16ACB8: hue angle of 184.44º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16ACB8 is Cyan = 0.88, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 22 | 172 | 184 | - |
| CMYK | 0.88 | 0.07 | 0 | 0.28 |
| HSL | 184.44º | 0.79% | 0.4% | - |
| HSV(B) | 184.44º | 0.88% | 0.72% | - |
| XYZ | 23.74 | 33.14 | 50.49 | - |
| YUV | 128.52 | 159.31 | 52.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 172 | 184 | 0.88 | 0.07 | 0 | 0.28 | 184.44 | 0.79 | 0.4 |
| Hex | 16 | AC | B8 | 58 | 7 | 0 | 1C | B8 | 4F | 28 |
| Octal | 26 | 254 | 270 | 130 | 7 | 0 | 34 | 270 | 117 | 50 |
| Binary | 10110 | 10101100 | 10111000 | 1011000 | 111 | 0 | 11100 | 10111000 | 1001111 | 101000 |
Color Harmonies of #16ACB8
Complementary color
Monochromatic Colors of #16ACB8
Black with #16ACB8
Text Example
Text Example
White with #16ACB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16ACB8; }
p { color: rgb(22,172,184); }
H1.HeaderClassName
{
color: #16ACB8;
}
.AnyTagClassName
{
color: #16ACB8;
}
</style>
background-color css
<style>
a { background-color: #16ACB8; }
a { background-color: rgb(22,172,184); }
div.DivClassName
{
background-color: #16ACB8;
}
.BgClassName
{
background-color: #16ACB8;
}
</style>
border-color css
<style>
span { border-color: #16ACB8; }
span { border-color: rgb(22,172,184); }
td.TdClassName
{
border-color: #16ACB8;
}
.TagClassName
{
border-color: #16ACB8;
}
</style>