Shades of Light Sea Green #14B7B2
Tints of Light Sea Green #14B7B2
RGB
CMYK
RGB Variations
Color information
#14B7B2 (or 0x14B7B2) is known color: Light Sea Green. HEX triplet: 14, B7 and B2. RGB value is (20,183,178). Sum of RGB (Red+Green+Blue) = 20+183+178=381 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.25% from 381); Green value is 183 (71.88% from 255 or 48.03% from 381); Blue value is 178 (69.92% from 255 or 46.72% from 381); Max value from RGB is 183 - color contains mainly: green. Hex color #14B7B2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14B7B2 is #EB484D. Grayscale: #858585. Windows color (decimal): -15419470 or 11712276. OLE color: 11712276.
HSL color Cylindrical-coordinate representation of color #14B7B2: hue angle of 178.16º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B7B2 is Cyan = 0.89, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 20 | 183 | 178 | - |
| CMYK | 0.89 | 0 | 0.03 | 0.28 |
| HSL | 178.16º | 0.8% | 0.4% | - |
| HSV(B) | 178.16º | 0.89% | 0.72% | - |
| XYZ | 25.26 | 37.23 | 47.97 | - |
| YUV | 133.69 | 153 | 46.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 183 | 178 | 0.89 | 0 | 0.03 | 0.28 | 178.16 | 0.8 | 0.4 |
| Hex | 14 | B7 | B2 | 59 | 0 | 3 | 1C | B2 | 50 | 28 |
| Octal | 24 | 267 | 262 | 131 | 0 | 3 | 34 | 262 | 120 | 50 |
| Binary | 10100 | 10110111 | 10110010 | 1011001 | 0 | 11 | 11100 | 10110010 | 1010000 | 101000 |
Color Harmonies of #14B7B2
Complementary color
Monochromatic Colors of #14B7B2
Black with #14B7B2
Text Example
Text Example
White with #14B7B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14B7B2; }
p { color: rgb(20,183,178); }
H1.HeaderClassName
{
color: #14B7B2;
}
.AnyTagClassName
{
color: #14B7B2;
}
</style>
background-color css
<style>
a { background-color: #14B7B2; }
a { background-color: rgb(20,183,178); }
div.DivClassName
{
background-color: #14B7B2;
}
.BgClassName
{
background-color: #14B7B2;
}
</style>
border-color css
<style>
span { border-color: #14B7B2; }
span { border-color: rgb(20,183,178); }
td.TdClassName
{
border-color: #14B7B2;
}
.TagClassName
{
border-color: #14B7B2;
}
</style>