Shades of Light Sea Green #14B49C
Tints of Light Sea Green #14B49C
RGB
CMYK
RGB Variations
Color information
#14B49C (or 0x14B49C) is known color: Light Sea Green. HEX triplet: 14, B4 and 9C. RGB value is (20,180,156). Sum of RGB (Red+Green+Blue) = 20+180+156=356 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.62% from 356); Green value is 180 (70.70% from 255 or 50.56% from 356); Blue value is 156 (61.33% from 255 or 43.82% from 356); Max value from RGB is 180 - color contains mainly: green. Hex color #14B49C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14B49C is #EB4B63. Grayscale: #818181. Windows color (decimal): -15420260 or 10269716. OLE color: 10269716.
HSL color Cylindrical-coordinate representation of color #14B49C: hue angle of 171º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B49C is Cyan = 0.89, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 20 | 180 | 156 | - |
| CMYK | 0.89 | 0 | 0.13 | 0.29 |
| HSL | 171º | 0.8% | 0.39% | - |
| HSV(B) | 171º | 0.89% | 0.71% | - |
| XYZ | 22.61 | 35.19 | 37.05 | - |
| YUV | 129.42 | 142.99 | 49.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 180 | 156 | 0.89 | 0 | 0.13 | 0.29 | 171 | 0.8 | 0.39 |
| Hex | 14 | B4 | 9C | 59 | 0 | D | 1D | AB | 50 | 27 |
| Octal | 24 | 264 | 234 | 131 | 0 | 15 | 35 | 253 | 120 | 47 |
| Binary | 10100 | 10110100 | 10011100 | 1011001 | 0 | 1101 | 11101 | 10101011 | 1010000 | 100111 |
Color Harmonies of #14B49C
Complementary color
Monochromatic Colors of #14B49C
Black with #14B49C
Text Example
Text Example
White with #14B49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14B49C; }
p { color: rgb(20,180,156); }
H1.HeaderClassName
{
color: #14B49C;
}
.AnyTagClassName
{
color: #14B49C;
}
</style>
background-color css
<style>
a { background-color: #14B49C; }
a { background-color: rgb(20,180,156); }
div.DivClassName
{
background-color: #14B49C;
}
.BgClassName
{
background-color: #14B49C;
}
</style>
border-color css
<style>
span { border-color: #14B49C; }
span { border-color: rgb(20,180,156); }
td.TdClassName
{
border-color: #14B49C;
}
.TagClassName
{
border-color: #14B49C;
}
</style>