Shades of Light Sea Green #16CFB4
Tints of Light Sea Green #16CFB4
RGB
CMYK
RGB Variations
Color information
#16CFB4 (or 0x16CFB4) is known color: Light Sea Green. HEX triplet: 16, CF and B4. RGB value is (22,207,180). Sum of RGB (Red+Green+Blue) = 22+207+180=409 (54% of max value = 765). Red value is 22 (8.98% from 255 or 5.38% from 409); Green value is 207 (81.25% from 255 or 50.61% from 409); Blue value is 180 (70.70% from 255 or 44.01% from 409); Max value from RGB is 207 - color contains mainly: green. Hex color #16CFB4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16CFB4 is #E9304B. Grayscale: #949494. Windows color (decimal): -15282252 or 11849494. OLE color: 11849494.
HSL color Cylindrical-coordinate representation of color #16CFB4: hue angle of 171.24º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16CFB4 is Cyan = 0.89, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 22 | 207 | 180 | - |
| CMYK | 0.89 | 0 | 0.13 | 0.19 |
| HSL | 171.24º | 0.81% | 0.45% | - |
| HSV(B) | 171.24º | 0.89% | 0.81% | - |
| XYZ | 30.88 | 48.09 | 50.83 | - |
| YUV | 148.61 | 145.71 | 37.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 207 | 180 | 0.89 | 0 | 0.13 | 0.19 | 171.24 | 0.81 | 0.45 |
| Hex | 16 | CF | B4 | 59 | 0 | D | 13 | AB | 51 | 2D |
| Octal | 26 | 317 | 264 | 131 | 0 | 15 | 23 | 253 | 121 | 55 |
| Binary | 10110 | 11001111 | 10110100 | 1011001 | 0 | 1101 | 10011 | 10101011 | 1010001 | 101101 |
Color Harmonies of #16CFB4
Complementary color
Monochromatic Colors of #16CFB4
Black with #16CFB4
Text Example
Text Example
White with #16CFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16CFB4; }
p { color: rgb(22,207,180); }
H1.HeaderClassName
{
color: #16CFB4;
}
.AnyTagClassName
{
color: #16CFB4;
}
</style>
background-color css
<style>
a { background-color: #16CFB4; }
a { background-color: rgb(22,207,180); }
div.DivClassName
{
background-color: #16CFB4;
}
.BgClassName
{
background-color: #16CFB4;
}
</style>
border-color css
<style>
span { border-color: #16CFB4; }
span { border-color: rgb(22,207,180); }
td.TdClassName
{
border-color: #16CFB4;
}
.TagClassName
{
border-color: #16CFB4;
}
</style>