Shades of Light Sea Green #16BFA2
Tints of Light Sea Green #16BFA2
RGB
CMYK
RGB Variations
Color information
#16BFA2 (or 0x16BFA2) is known color: Light Sea Green. HEX triplet: 16, BF and A2. RGB value is (22,191,162). Sum of RGB (Red+Green+Blue) = 22+191+162=375 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.87% from 375); Green value is 191 (75% from 255 or 50.93% from 375); Blue value is 162 (63.67% from 255 or 43.2% from 375); Max value from RGB is 191 - color contains mainly: green. Hex color #16BFA2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16BFA2 is #E9405D. Grayscale: #898989. Windows color (decimal): -15286366 or 10665750. OLE color: 10665750.
HSL color Cylindrical-coordinate representation of color #16BFA2: hue angle of 169.7º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16BFA2 is Cyan = 0.88, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 22 | 191 | 162 | - |
| CMYK | 0.88 | 0 | 0.15 | 0.25 |
| HSL | 169.7º | 0.79% | 0.42% | - |
| HSV(B) | 169.7º | 0.88% | 0.75% | - |
| XYZ | 25.48 | 40.04 | 40.57 | - |
| YUV | 137.16 | 142.01 | 45.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 191 | 162 | 0.88 | 0 | 0.15 | 0.25 | 169.7 | 0.79 | 0.42 |
| Hex | 16 | BF | A2 | 58 | 0 | F | 19 | AA | 4F | 2A |
| Octal | 26 | 277 | 242 | 130 | 0 | 17 | 31 | 252 | 117 | 52 |
| Binary | 10110 | 10111111 | 10100010 | 1011000 | 0 | 1111 | 11001 | 10101010 | 1001111 | 101010 |
Color Harmonies of #16BFA2
Complementary color
Monochromatic Colors of #16BFA2
Black with #16BFA2
Text Example
Text Example
White with #16BFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BFA2; }
p { color: rgb(22,191,162); }
H1.HeaderClassName
{
color: #16BFA2;
}
.AnyTagClassName
{
color: #16BFA2;
}
</style>
background-color css
<style>
a { background-color: #16BFA2; }
a { background-color: rgb(22,191,162); }
div.DivClassName
{
background-color: #16BFA2;
}
.BgClassName
{
background-color: #16BFA2;
}
</style>
border-color css
<style>
span { border-color: #16BFA2; }
span { border-color: rgb(22,191,162); }
td.TdClassName
{
border-color: #16BFA2;
}
.TagClassName
{
border-color: #16BFA2;
}
</style>