Shades of Light Sea Green #16BEA2
Tints of Light Sea Green #16BEA2
RGB
CMYK
RGB Variations
Color information
#16BEA2 (or 0x16BEA2) is known color: Light Sea Green. HEX triplet: 16, BE and A2. RGB value is (22,190,162). Sum of RGB (Red+Green+Blue) = 22+190+162=374 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.88% from 374); Green value is 190 (74.61% from 255 or 50.80% from 374); Blue value is 162 (63.67% from 255 or 43.32% from 374); Max value from RGB is 190 - color contains mainly: green. Hex color #16BEA2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16BEA2 is #E9415D. Grayscale: #888888. Windows color (decimal): -15286622 or 10665494. OLE color: 10665494.
HSL color Cylindrical-coordinate representation of color #16BEA2: hue angle of 170º 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 #16BEA2 is Cyan = 0.88, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 22 | 190 | 162 | - |
| CMYK | 0.88 | 0 | 0.15 | 0.25 |
| HSL | 170º | 0.79% | 0.42% | - |
| HSV(B) | 170º | 0.88% | 0.75% | - |
| XYZ | 25.27 | 39.61 | 40.5 | - |
| YUV | 136.58 | 142.34 | 46.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 190 | 162 | 0.88 | 0 | 0.15 | 0.25 | 170 | 0.79 | 0.42 |
| Hex | 16 | BE | A2 | 58 | 0 | F | 19 | AA | 4F | 2A |
| Octal | 26 | 276 | 242 | 130 | 0 | 17 | 31 | 252 | 117 | 52 |
| Binary | 10110 | 10111110 | 10100010 | 1011000 | 0 | 1111 | 11001 | 10101010 | 1001111 | 101010 |
Color Harmonies of #16BEA2
Complementary color
Monochromatic Colors of #16BEA2
Black with #16BEA2
Text Example
Text Example
White with #16BEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BEA2; }
p { color: rgb(22,190,162); }
H1.HeaderClassName
{
color: #16BEA2;
}
.AnyTagClassName
{
color: #16BEA2;
}
</style>
background-color css
<style>
a { background-color: #16BEA2; }
a { background-color: rgb(22,190,162); }
div.DivClassName
{
background-color: #16BEA2;
}
.BgClassName
{
background-color: #16BEA2;
}
</style>
border-color css
<style>
span { border-color: #16BEA2; }
span { border-color: rgb(22,190,162); }
td.TdClassName
{
border-color: #16BEA2;
}
.TagClassName
{
border-color: #16BEA2;
}
</style>