Shades of Light Sea Green #14B3BA
Tints of Light Sea Green #14B3BA
RGB
CMYK
RGB Variations
Color information
#14B3BA (or 0x14B3BA) is known color: Light Sea Green. HEX triplet: 14, B3 and BA. RGB value is (20,179,186). Sum of RGB (Red+Green+Blue) = 20+179+186=385 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.19% from 385); Green value is 179 (70.31% from 255 or 46.49% from 385); Blue value is 186 (73.05% from 255 or 48.31% from 385); Max value from RGB is 186 - color contains mainly: blue. Hex color #14B3BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14B3BA is #EB4C45. Grayscale: #848484. Windows color (decimal): -15420486 or 12235540. OLE color: 12235540.
HSL color Cylindrical-coordinate representation of color #14B3BA: hue angle of 182.53º 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 #14B3BA is Cyan = 0.89, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 179 | 186 | - |
| CMYK | 0.89 | 0.04 | 0 | 0.27 |
| HSL | 182.53º | 0.81% | 0.4% | - |
| HSV(B) | 182.53º | 0.89% | 0.73% | - |
| XYZ | 25.27 | 35.93 | 52.06 | - |
| YUV | 132.26 | 158.32 | 47.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 179 | 186 | 0.89 | 0.04 | 0 | 0.27 | 182.53 | 0.81 | 0.4 |
| Hex | 14 | B3 | BA | 59 | 4 | 0 | 1B | B7 | 51 | 28 |
| Octal | 24 | 263 | 272 | 131 | 4 | 0 | 33 | 267 | 121 | 50 |
| Binary | 10100 | 10110011 | 10111010 | 1011001 | 100 | 0 | 11011 | 10110111 | 1010001 | 101000 |
Color Harmonies of #14B3BA
Complementary color
Monochromatic Colors of #14B3BA
Black with #14B3BA
Text Example
Text Example
White with #14B3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14B3BA; }
p { color: rgb(20,179,186); }
H1.HeaderClassName
{
color: #14B3BA;
}
.AnyTagClassName
{
color: #14B3BA;
}
</style>
background-color css
<style>
a { background-color: #14B3BA; }
a { background-color: rgb(20,179,186); }
div.DivClassName
{
background-color: #14B3BA;
}
.BgClassName
{
background-color: #14B3BA;
}
</style>
border-color css
<style>
span { border-color: #14B3BA; }
span { border-color: rgb(20,179,186); }
td.TdClassName
{
border-color: #14B3BA;
}
.TagClassName
{
border-color: #14B3BA;
}
</style>