Shades of Light Sea Green #14C0B2
Tints of Light Sea Green #14C0B2
RGB
CMYK
RGB Variations
Color information
#14C0B2 (or 0x14C0B2) is known color: Light Sea Green. HEX triplet: 14, C0 and B2. RGB value is (20,192,178). Sum of RGB (Red+Green+Blue) = 20+192+178=390 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.13% from 390); Green value is 192 (75.39% from 255 or 49.23% from 390); Blue value is 178 (69.92% from 255 or 45.64% from 390); Max value from RGB is 192 - color contains mainly: green. Hex color #14C0B2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14C0B2 is #EB3F4D. Grayscale: #8A8A8A. Windows color (decimal): -15417166 or 11714580. OLE color: 11714580.
HSL color Cylindrical-coordinate representation of color #14C0B2: hue angle of 175.12º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C0B2 is Cyan = 0.90, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 192 | 178 | - |
| CMYK | 0.90 | 0 | 0.07 | 0.25 |
| HSL | 175.12º | 0.81% | 0.42% | - |
| HSV(B) | 175.12º | 0.9% | 0.75% | - |
| XYZ | 27.17 | 41.06 | 48.61 | - |
| YUV | 138.98 | 150.02 | 43.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 192 | 178 | 0.90 | 0 | 0.07 | 0.25 | 175.12 | 0.81 | 0.42 |
| Hex | 14 | C0 | B2 | 5A | 0 | 7 | 19 | AF | 51 | 2A |
| Octal | 24 | 300 | 262 | 132 | 0 | 7 | 31 | 257 | 121 | 52 |
| Binary | 10100 | 11000000 | 10110010 | 1011010 | 0 | 111 | 11001 | 10101111 | 1010001 | 101010 |
Color Harmonies of #14C0B2
Complementary color
Monochromatic Colors of #14C0B2
Black with #14C0B2
Text Example
Text Example
White with #14C0B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C0B2; }
p { color: rgb(20,192,178); }
H1.HeaderClassName
{
color: #14C0B2;
}
.AnyTagClassName
{
color: #14C0B2;
}
</style>
background-color css
<style>
a { background-color: #14C0B2; }
a { background-color: rgb(20,192,178); }
div.DivClassName
{
background-color: #14C0B2;
}
.BgClassName
{
background-color: #14C0B2;
}
</style>
border-color css
<style>
span { border-color: #14C0B2; }
span { border-color: rgb(20,192,178); }
td.TdClassName
{
border-color: #14C0B2;
}
.TagClassName
{
border-color: #14C0B2;
}
</style>