Shades of Light Sea Green #14BCAC
Tints of Light Sea Green #14BCAC
RGB
CMYK
RGB Variations
Color information
#14BCAC (or 0x14BCAC) is known color: Light Sea Green. HEX triplet: 14, BC and AC. RGB value is (20,188,172). Sum of RGB (Red+Green+Blue) = 20+188+172=380 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.26% from 380); Green value is 188 (73.83% from 255 or 49.47% from 380); Blue value is 172 (67.58% from 255 or 45.26% from 380); Max value from RGB is 188 - color contains mainly: green. Hex color #14BCAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14BCAC is #EB4353. Grayscale: #878787. Windows color (decimal): -15418196 or 11320340. OLE color: 11320340.
HSL color Cylindrical-coordinate representation of color #14BCAC: hue angle of 174.29º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14BCAC is Cyan = 0.89, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 20 | 188 | 172 | - |
| CMYK | 0.89 | 0 | 0.09 | 0.26 |
| HSL | 174.29º | 0.81% | 0.41% | - |
| HSV(B) | 174.29º | 0.89% | 0.74% | - |
| XYZ | 25.72 | 39.09 | 45.22 | - |
| YUV | 135.94 | 148.34 | 45.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 188 | 172 | 0.89 | 0 | 0.09 | 0.26 | 174.29 | 0.81 | 0.41 |
| Hex | 14 | BC | AC | 59 | 0 | 9 | 1A | AE | 51 | 29 |
| Octal | 24 | 274 | 254 | 131 | 0 | 11 | 32 | 256 | 121 | 51 |
| Binary | 10100 | 10111100 | 10101100 | 1011001 | 0 | 1001 | 11010 | 10101110 | 1010001 | 101001 |
Color Harmonies of #14BCAC
Complementary color
Monochromatic Colors of #14BCAC
Black with #14BCAC
Text Example
Text Example
White with #14BCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BCAC; }
p { color: rgb(20,188,172); }
H1.HeaderClassName
{
color: #14BCAC;
}
.AnyTagClassName
{
color: #14BCAC;
}
</style>
background-color css
<style>
a { background-color: #14BCAC; }
a { background-color: rgb(20,188,172); }
div.DivClassName
{
background-color: #14BCAC;
}
.BgClassName
{
background-color: #14BCAC;
}
</style>
border-color css
<style>
span { border-color: #14BCAC; }
span { border-color: rgb(20,188,172); }
td.TdClassName
{
border-color: #14BCAC;
}
.TagClassName
{
border-color: #14BCAC;
}
</style>