Shades of Light Sea Green #16CBAF
Tints of Light Sea Green #16CBAF
RGB
CMYK
RGB Variations
Color information
#16CBAF (or 0x16CBAF) is known color: Light Sea Green. HEX triplet: 16, CB and AF. RGB value is (22,203,175). Sum of RGB (Red+Green+Blue) = 22+203+175=400 (52% of max value = 765). Red value is 22 (8.98% from 255 or 5.5% from 400); Green value is 203 (79.69% from 255 or 50.75% from 400); Blue value is 175 (68.75% from 255 or 43.75% from 400); Max value from RGB is 203 - color contains mainly: green. Hex color #16CBAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16CBAF is #E93450. Grayscale: #919191. Windows color (decimal): -15283281 or 11520790. OLE color: 11520790.
HSL color Cylindrical-coordinate representation of color #16CBAF: hue angle of 170.72º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16CBAF is Cyan = 0.89, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 22 | 203 | 175 | - |
| CMYK | 0.89 | 0 | 0.14 | 0.20 |
| HSL | 170.72º | 0.8% | 0.44% | - |
| HSV(B) | 170.72º | 0.89% | 0.8% | - |
| XYZ | 29.42 | 45.98 | 47.88 | - |
| YUV | 145.69 | 144.53 | 39.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 203 | 175 | 0.89 | 0 | 0.14 | 0.20 | 170.72 | 0.8 | 0.44 |
| Hex | 16 | CB | AF | 59 | 0 | E | 14 | AB | 50 | 2C |
| Octal | 26 | 313 | 257 | 131 | 0 | 16 | 24 | 253 | 120 | 54 |
| Binary | 10110 | 11001011 | 10101111 | 1011001 | 0 | 1110 | 10100 | 10101011 | 1010000 | 101100 |
Color Harmonies of #16CBAF
Complementary color
Monochromatic Colors of #16CBAF
Black with #16CBAF
Text Example
Text Example
White with #16CBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16CBAF; }
p { color: rgb(22,203,175); }
H1.HeaderClassName
{
color: #16CBAF;
}
.AnyTagClassName
{
color: #16CBAF;
}
</style>
background-color css
<style>
a { background-color: #16CBAF; }
a { background-color: rgb(22,203,175); }
div.DivClassName
{
background-color: #16CBAF;
}
.BgClassName
{
background-color: #16CBAF;
}
</style>
border-color css
<style>
span { border-color: #16CBAF; }
span { border-color: rgb(22,203,175); }
td.TdClassName
{
border-color: #16CBAF;
}
.TagClassName
{
border-color: #16CBAF;
}
</style>