Shades of Light Sea Green #14BAB4
Tints of Light Sea Green #14BAB4
RGB
CMYK
RGB Variations
Color information
#14BAB4 (or 0x14BAB4) is known color: Light Sea Green. HEX triplet: 14, BA and B4. RGB value is (20,186,180). Sum of RGB (Red+Green+Blue) = 20+186+180=386 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.18% from 386); Green value is 186 (73.05% from 255 or 48.19% from 386); Blue value is 180 (70.70% from 255 or 46.63% from 386); Max value from RGB is 186 - color contains mainly: green. Hex color #14BAB4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14BAB4 is #EB454B. Grayscale: #878787. Windows color (decimal): -15418700 or 11844116. OLE color: 11844116.
HSL color Cylindrical-coordinate representation of color #14BAB4: hue angle of 177.83º 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 #14BAB4 is Cyan = 0.89, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 186 | 180 | - |
| CMYK | 0.89 | 0 | 0.03 | 0.27 |
| HSL | 177.83º | 0.81% | 0.4% | - |
| HSV(B) | 177.83º | 0.89% | 0.73% | - |
| XYZ | 26.09 | 38.56 | 49.25 | - |
| YUV | 135.68 | 153 | 45.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 186 | 180 | 0.89 | 0 | 0.03 | 0.27 | 177.83 | 0.81 | 0.4 |
| Hex | 14 | BA | B4 | 59 | 0 | 3 | 1B | B2 | 51 | 28 |
| Octal | 24 | 272 | 264 | 131 | 0 | 3 | 33 | 262 | 121 | 50 |
| Binary | 10100 | 10111010 | 10110100 | 1011001 | 0 | 11 | 11011 | 10110010 | 1010001 | 101000 |
Color Harmonies of #14BAB4
Complementary color
Monochromatic Colors of #14BAB4
Black with #14BAB4
Text Example
Text Example
White with #14BAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BAB4; }
p { color: rgb(20,186,180); }
H1.HeaderClassName
{
color: #14BAB4;
}
.AnyTagClassName
{
color: #14BAB4;
}
</style>
background-color css
<style>
a { background-color: #14BAB4; }
a { background-color: rgb(20,186,180); }
div.DivClassName
{
background-color: #14BAB4;
}
.BgClassName
{
background-color: #14BAB4;
}
</style>
border-color css
<style>
span { border-color: #14BAB4; }
span { border-color: rgb(20,186,180); }
td.TdClassName
{
border-color: #14BAB4;
}
.TagClassName
{
border-color: #14BAB4;
}
</style>