Shades of Light Sea Green #14B0BA
Tints of Light Sea Green #14B0BA
RGB
CMYK
RGB Variations
Color information
#14B0BA (or 0x14B0BA) is known color: Light Sea Green. HEX triplet: 14, B0 and BA. RGB value is (20,176,186). Sum of RGB (Red+Green+Blue) = 20+176+186=382 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.24% from 382); Green value is 176 (69.14% from 255 or 46.07% from 382); Blue value is 186 (73.05% from 255 or 48.69% from 382); Max value from RGB is 186 - color contains mainly: blue. Hex color #14B0BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14B0BA is #EB4F45. Grayscale: #828282. Windows color (decimal): -15421254 or 12234772. OLE color: 12234772.
HSL color Cylindrical-coordinate representation of color #14B0BA: hue angle of 183.61º 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 #14B0BA is Cyan = 0.89, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 176 | 186 | - |
| CMYK | 0.89 | 0.05 | 0 | 0.27 |
| HSL | 183.61º | 0.81% | 0.4% | - |
| HSV(B) | 183.61º | 0.89% | 0.73% | - |
| XYZ | 24.68 | 34.74 | 51.86 | - |
| YUV | 130.5 | 159.32 | 49.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 176 | 186 | 0.89 | 0.05 | 0 | 0.27 | 183.61 | 0.81 | 0.4 |
| Hex | 14 | B0 | BA | 59 | 5 | 0 | 1B | B8 | 51 | 28 |
| Octal | 24 | 260 | 272 | 131 | 5 | 0 | 33 | 270 | 121 | 50 |
| Binary | 10100 | 10110000 | 10111010 | 1011001 | 101 | 0 | 11011 | 10111000 | 1010001 | 101000 |
Color Harmonies of #14B0BA
Complementary color
Monochromatic Colors of #14B0BA
Black with #14B0BA
Text Example
Text Example
White with #14B0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14B0BA; }
p { color: rgb(20,176,186); }
H1.HeaderClassName
{
color: #14B0BA;
}
.AnyTagClassName
{
color: #14B0BA;
}
</style>
background-color css
<style>
a { background-color: #14B0BA; }
a { background-color: rgb(20,176,186); }
div.DivClassName
{
background-color: #14B0BA;
}
.BgClassName
{
background-color: #14B0BA;
}
</style>
border-color css
<style>
span { border-color: #14B0BA; }
span { border-color: rgb(20,176,186); }
td.TdClassName
{
border-color: #14B0BA;
}
.TagClassName
{
border-color: #14B0BA;
}
</style>