Shades of Light Sea Green #14B7BA
Tints of Light Sea Green #14B7BA
RGB
CMYK
RGB Variations
Color information
#14B7BA (or 0x14B7BA) is known color: Light Sea Green. HEX triplet: 14, B7 and BA. RGB value is (20,183,186). Sum of RGB (Red+Green+Blue) = 20+183+186=389 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.14% from 389); Green value is 183 (71.88% from 255 or 47.04% from 389); Blue value is 186 (73.05% from 255 or 47.81% from 389); Max value from RGB is 186 - color contains mainly: blue. Hex color #14B7BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14B7BA is #EB4845. Grayscale: #868686. Windows color (decimal): -15419462 or 12236564. OLE color: 12236564.
HSL color Cylindrical-coordinate representation of color #14B7BA: hue angle of 181.08º 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 #14B7BA is Cyan = 0.89, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 183 | 186 | - |
| CMYK | 0.89 | 0.02 | 0 | 0.27 |
| HSL | 181.08º | 0.81% | 0.4% | - |
| HSV(B) | 181.08º | 0.89% | 0.73% | - |
| XYZ | 26.08 | 37.56 | 52.33 | - |
| YUV | 134.61 | 157 | 46.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 183 | 186 | 0.89 | 0.02 | 0 | 0.27 | 181.08 | 0.81 | 0.4 |
| Hex | 14 | B7 | BA | 59 | 2 | 0 | 1B | B5 | 51 | 28 |
| Octal | 24 | 267 | 272 | 131 | 2 | 0 | 33 | 265 | 121 | 50 |
| Binary | 10100 | 10110111 | 10111010 | 1011001 | 10 | 0 | 11011 | 10110101 | 1010001 | 101000 |
Color Harmonies of #14B7BA
Complementary color
Monochromatic Colors of #14B7BA
Black with #14B7BA
Text Example
Text Example
White with #14B7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14B7BA; }
p { color: rgb(20,183,186); }
H1.HeaderClassName
{
color: #14B7BA;
}
.AnyTagClassName
{
color: #14B7BA;
}
</style>
background-color css
<style>
a { background-color: #14B7BA; }
a { background-color: rgb(20,183,186); }
div.DivClassName
{
background-color: #14B7BA;
}
.BgClassName
{
background-color: #14B7BA;
}
</style>
border-color css
<style>
span { border-color: #14B7BA; }
span { border-color: rgb(20,183,186); }
td.TdClassName
{
border-color: #14B7BA;
}
.TagClassName
{
border-color: #14B7BA;
}
</style>