Shades of Light Sea Green #14BA9D
Tints of Light Sea Green #14BA9D
RGB
CMYK
RGB Variations
Color information
#14BA9D (or 0x14BA9D) is known color: Light Sea Green. HEX triplet: 14, BA and 9D. RGB value is (20,186,157). Sum of RGB (Red+Green+Blue) = 20+186+157=363 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.51% from 363); Green value is 186 (73.05% from 255 or 51.24% from 363); Blue value is 157 (61.72% from 255 or 43.25% from 363); Max value from RGB is 186 - color contains mainly: green. Hex color #14BA9D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14BA9D is #EB4562. Grayscale: #858585. Windows color (decimal): -15418723 or 10336788. OLE color: 10336788.
HSL color Cylindrical-coordinate representation of color #14BA9D: hue angle of 169.52º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14BA9D is Cyan = 0.89, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 186 | 157 | - |
| CMYK | 0.89 | 0 | 0.16 | 0.27 |
| HSL | 169.52º | 0.81% | 0.4% | - |
| HSV(B) | 169.52º | 0.89% | 0.73% | - |
| XYZ | 23.93 | 37.7 | 37.91 | - |
| YUV | 133.06 | 141.5 | 47.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 186 | 157 | 0.89 | 0 | 0.16 | 0.27 | 169.52 | 0.81 | 0.4 |
| Hex | 14 | BA | 9D | 59 | 0 | 10 | 1B | AA | 51 | 28 |
| Octal | 24 | 272 | 235 | 131 | 0 | 20 | 33 | 252 | 121 | 50 |
| Binary | 10100 | 10111010 | 10011101 | 1011001 | 0 | 10000 | 11011 | 10101010 | 1010001 | 101000 |
Color Harmonies of #14BA9D
Complementary color
Monochromatic Colors of #14BA9D
Black with #14BA9D
Text Example
Text Example
White with #14BA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BA9D; }
p { color: rgb(20,186,157); }
H1.HeaderClassName
{
color: #14BA9D;
}
.AnyTagClassName
{
color: #14BA9D;
}
</style>
background-color css
<style>
a { background-color: #14BA9D; }
a { background-color: rgb(20,186,157); }
div.DivClassName
{
background-color: #14BA9D;
}
.BgClassName
{
background-color: #14BA9D;
}
</style>
border-color css
<style>
span { border-color: #14BA9D; }
span { border-color: rgb(20,186,157); }
td.TdClassName
{
border-color: #14BA9D;
}
.TagClassName
{
border-color: #14BA9D;
}
</style>