Shades of Light Sea Green #16BCAD
Tints of Light Sea Green #16BCAD
RGB
CMYK
RGB Variations
Color information
#16BCAD (or 0x16BCAD) is known color: Light Sea Green. HEX triplet: 16, BC and AD. RGB value is (22,188,173). Sum of RGB (Red+Green+Blue) = 22+188+173=383 (50% of max value = 765). Red value is 22 (8.98% from 255 or 5.74% from 383); Green value is 188 (73.83% from 255 or 49.09% from 383); Blue value is 173 (67.97% from 255 or 45.17% from 383); Max value from RGB is 188 - color contains mainly: green. Hex color #16BCAD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16BCAD is #E94352. Grayscale: #888888. Windows color (decimal): -15287123 or 11385878. OLE color: 11385878.
HSL color Cylindrical-coordinate representation of color #16BCAD: hue angle of 174.58º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16BCAD is Cyan = 0.88, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 22 | 188 | 173 | - |
| CMYK | 0.88 | 0 | 0.08 | 0.26 |
| HSL | 174.58º | 0.79% | 0.41% | - |
| HSV(B) | 174.58º | 0.88% | 0.74% | - |
| XYZ | 25.86 | 39.15 | 45.73 | - |
| YUV | 136.66 | 148.5 | 46.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 188 | 173 | 0.88 | 0 | 0.08 | 0.26 | 174.58 | 0.79 | 0.41 |
| Hex | 16 | BC | AD | 58 | 0 | 8 | 1A | AF | 4F | 29 |
| Octal | 26 | 274 | 255 | 130 | 0 | 10 | 32 | 257 | 117 | 51 |
| Binary | 10110 | 10111100 | 10101101 | 1011000 | 0 | 1000 | 11010 | 10101111 | 1001111 | 101001 |
Color Harmonies of #16BCAD
Complementary color
Monochromatic Colors of #16BCAD
Black with #16BCAD
Text Example
Text Example
White with #16BCAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BCAD; }
p { color: rgb(22,188,173); }
H1.HeaderClassName
{
color: #16BCAD;
}
.AnyTagClassName
{
color: #16BCAD;
}
</style>
background-color css
<style>
a { background-color: #16BCAD; }
a { background-color: rgb(22,188,173); }
div.DivClassName
{
background-color: #16BCAD;
}
.BgClassName
{
background-color: #16BCAD;
}
</style>
border-color css
<style>
span { border-color: #16BCAD; }
span { border-color: rgb(22,188,173); }
td.TdClassName
{
border-color: #16BCAD;
}
.TagClassName
{
border-color: #16BCAD;
}
</style>