Shades of Light Sea Green #14BFB4
Tints of Light Sea Green #14BFB4
RGB
CMYK
RGB Variations
Color information
#14BFB4 (or 0x14BFB4) is known color: Light Sea Green. HEX triplet: 14, BF and B4. RGB value is (20,191,180). Sum of RGB (Red+Green+Blue) = 20+191+180=391 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.12% from 391); Green value is 191 (75% from 255 or 48.85% from 391); Blue value is 180 (70.70% from 255 or 46.04% from 391); Max value from RGB is 191 - color contains mainly: green. Hex color #14BFB4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14BFB4 is #EB404B. Grayscale: #8A8A8A. Windows color (decimal): -15417420 or 11845396. OLE color: 11845396.
HSL color Cylindrical-coordinate representation of color #14BFB4: hue angle of 176.14º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14BFB4 is Cyan = 0.90, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 191 | 180 | - |
| CMYK | 0.90 | 0 | 0.06 | 0.25 |
| HSL | 176.14º | 0.81% | 0.41% | - |
| HSV(B) | 176.14º | 0.9% | 0.75% | - |
| XYZ | 27.16 | 40.71 | 49.61 | - |
| YUV | 138.62 | 151.35 | 43.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 191 | 180 | 0.90 | 0 | 0.06 | 0.25 | 176.14 | 0.81 | 0.41 |
| Hex | 14 | BF | B4 | 5A | 0 | 6 | 19 | B0 | 51 | 29 |
| Octal | 24 | 277 | 264 | 132 | 0 | 6 | 31 | 260 | 121 | 51 |
| Binary | 10100 | 10111111 | 10110100 | 1011010 | 0 | 110 | 11001 | 10110000 | 1010001 | 101001 |
Color Harmonies of #14BFB4
Complementary color
Monochromatic Colors of #14BFB4
Black with #14BFB4
Text Example
Text Example
White with #14BFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BFB4; }
p { color: rgb(20,191,180); }
H1.HeaderClassName
{
color: #14BFB4;
}
.AnyTagClassName
{
color: #14BFB4;
}
</style>
background-color css
<style>
a { background-color: #14BFB4; }
a { background-color: rgb(20,191,180); }
div.DivClassName
{
background-color: #14BFB4;
}
.BgClassName
{
background-color: #14BFB4;
}
</style>
border-color css
<style>
span { border-color: #14BFB4; }
span { border-color: rgb(20,191,180); }
td.TdClassName
{
border-color: #14BFB4;
}
.TagClassName
{
border-color: #14BFB4;
}
</style>