Shades of Light Sea Green #14BEA8
Tints of Light Sea Green #14BEA8
RGB
CMYK
RGB Variations
Color information
#14BEA8 (or 0x14BEA8) is known color: Light Sea Green. HEX triplet: 14, BE and A8. RGB value is (20,190,168). Sum of RGB (Red+Green+Blue) = 20+190+168=378 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.29% from 378); Green value is 190 (74.61% from 255 or 50.26% from 378); Blue value is 168 (66.02% from 255 or 44.44% from 378); Max value from RGB is 190 - color contains mainly: green. Hex color #14BEA8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14BEA8 is #EB4157. Grayscale: #888888. Windows color (decimal): -15417688 or 11058708. OLE color: 11058708.
HSL color Cylindrical-coordinate representation of color #14BEA8: hue angle of 172.24º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14BEA8 is Cyan = 0.89, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 190 | 168 | - |
| CMYK | 0.89 | 0 | 0.12 | 0.25 |
| HSL | 172.24º | 0.81% | 0.41% | - |
| HSV(B) | 172.24º | 0.89% | 0.75% | - |
| XYZ | 25.77 | 39.8 | 43.37 | - |
| YUV | 136.66 | 145.68 | 44.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 190 | 168 | 0.89 | 0 | 0.12 | 0.25 | 172.24 | 0.81 | 0.41 |
| Hex | 14 | BE | A8 | 59 | 0 | C | 19 | AC | 51 | 29 |
| Octal | 24 | 276 | 250 | 131 | 0 | 14 | 31 | 254 | 121 | 51 |
| Binary | 10100 | 10111110 | 10101000 | 1011001 | 0 | 1100 | 11001 | 10101100 | 1010001 | 101001 |
Color Harmonies of #14BEA8
Complementary color
Monochromatic Colors of #14BEA8
Black with #14BEA8
Text Example
Text Example
White with #14BEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BEA8; }
p { color: rgb(20,190,168); }
H1.HeaderClassName
{
color: #14BEA8;
}
.AnyTagClassName
{
color: #14BEA8;
}
</style>
background-color css
<style>
a { background-color: #14BEA8; }
a { background-color: rgb(20,190,168); }
div.DivClassName
{
background-color: #14BEA8;
}
.BgClassName
{
background-color: #14BEA8;
}
</style>
border-color css
<style>
span { border-color: #14BEA8; }
span { border-color: rgb(20,190,168); }
td.TdClassName
{
border-color: #14BEA8;
}
.TagClassName
{
border-color: #14BEA8;
}
</style>