Shades of Light Sea Green #14B0A1
Tints of Light Sea Green #14B0A1
RGB
CMYK
RGB Variations
Color information
#14B0A1 (or 0x14B0A1) is known color: Light Sea Green. HEX triplet: 14, B0 and A1. RGB value is (20,176,161). Sum of RGB (Red+Green+Blue) = 20+176+161=357 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.60% from 357); Green value is 176 (69.14% from 255 or 49.30% from 357); Blue value is 161 (63.28% from 255 or 45.10% from 357); Max value from RGB is 176 - color contains mainly: green. Hex color #14B0A1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14B0A1 is #EB4F5E. Grayscale: #7F7F7F. Windows color (decimal): -15421279 or 10596372. OLE color: 10596372.
HSL color Cylindrical-coordinate representation of color #14B0A1: hue angle of 174.23º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B0A1 is Cyan = 0.89, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 20 | 176 | 161 | - |
| CMYK | 0.89 | 0 | 0.09 | 0.31 |
| HSL | 174.23º | 0.8% | 0.38% | - |
| HSV(B) | 174.23º | 0.89% | 0.69% | - |
| XYZ | 22.25 | 33.77 | 39.06 | - |
| YUV | 127.65 | 146.82 | 51.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 176 | 161 | 0.89 | 0 | 0.09 | 0.31 | 174.23 | 0.8 | 0.38 |
| Hex | 14 | B0 | A1 | 59 | 0 | 9 | 1F | AE | 50 | 26 |
| Octal | 24 | 260 | 241 | 131 | 0 | 11 | 37 | 256 | 120 | 46 |
| Binary | 10100 | 10110000 | 10100001 | 1011001 | 0 | 1001 | 11111 | 10101110 | 1010000 | 100110 |
Color Harmonies of #14B0A1
Complementary color
Monochromatic Colors of #14B0A1
Black with #14B0A1
Text Example
Text Example
White with #14B0A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14B0A1; }
p { color: rgb(20,176,161); }
H1.HeaderClassName
{
color: #14B0A1;
}
.AnyTagClassName
{
color: #14B0A1;
}
</style>
background-color css
<style>
a { background-color: #14B0A1; }
a { background-color: rgb(20,176,161); }
div.DivClassName
{
background-color: #14B0A1;
}
.BgClassName
{
background-color: #14B0A1;
}
</style>
border-color css
<style>
span { border-color: #14B0A1; }
span { border-color: rgb(20,176,161); }
td.TdClassName
{
border-color: #14B0A1;
}
.TagClassName
{
border-color: #14B0A1;
}
</style>