Shades of Light Sea Green #14BC9B
Tints of Light Sea Green #14BC9B
RGB
CMYK
RGB Variations
Color information
#14BC9B (or 0x14BC9B) is known color: Light Sea Green. HEX triplet: 14, BC and 9B. RGB value is (20,188,155). Sum of RGB (Red+Green+Blue) = 20+188+155=363 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.51% from 363); Green value is 188 (73.83% from 255 or 51.79% from 363); Blue value is 155 (60.94% from 255 or 42.70% from 363); Max value from RGB is 188 - color contains mainly: green. Hex color #14BC9B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14BC9B is #EB4364. Grayscale: #858585. Windows color (decimal): -15418213 or 10206228. OLE color: 10206228.
HSL color Cylindrical-coordinate representation of color #14BC9B: hue angle of 168.21º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14BC9B is Cyan = 0.89, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 20 | 188 | 155 | - |
| CMYK | 0.89 | 0 | 0.18 | 0.26 |
| HSL | 168.21º | 0.81% | 0.41% | - |
| HSV(B) | 168.21º | 0.89% | 0.74% | - |
| XYZ | 24.19 | 38.48 | 37.16 | - |
| YUV | 134.01 | 139.84 | 46.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 188 | 155 | 0.89 | 0 | 0.18 | 0.26 | 168.21 | 0.81 | 0.41 |
| Hex | 14 | BC | 9B | 59 | 0 | 12 | 1A | A8 | 51 | 29 |
| Octal | 24 | 274 | 233 | 131 | 0 | 22 | 32 | 250 | 121 | 51 |
| Binary | 10100 | 10111100 | 10011011 | 1011001 | 0 | 10010 | 11010 | 10101000 | 1010001 | 101001 |
Color Harmonies of #14BC9B
Complementary color
Monochromatic Colors of #14BC9B
Black with #14BC9B
Text Example
Text Example
White with #14BC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BC9B; }
p { color: rgb(20,188,155); }
H1.HeaderClassName
{
color: #14BC9B;
}
.AnyTagClassName
{
color: #14BC9B;
}
</style>
background-color css
<style>
a { background-color: #14BC9B; }
a { background-color: rgb(20,188,155); }
div.DivClassName
{
background-color: #14BC9B;
}
.BgClassName
{
background-color: #14BC9B;
}
</style>
border-color css
<style>
span { border-color: #14BC9B; }
span { border-color: rgb(20,188,155); }
td.TdClassName
{
border-color: #14BC9B;
}
.TagClassName
{
border-color: #14BC9B;
}
</style>