Shades of Light Sea Green #14C2B6
Tints of Light Sea Green #14C2B6
RGB
CMYK
RGB Variations
Color information
#14C2B6 (or 0x14C2B6) is known color: Light Sea Green. HEX triplet: 14, C2 and B6. RGB value is (20,194,182). Sum of RGB (Red+Green+Blue) = 20+194+182=396 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.05% from 396); Green value is 194 (76.17% from 255 or 48.99% from 396); Blue value is 182 (71.48% from 255 or 45.96% from 396); Max value from RGB is 194 - color contains mainly: green. Hex color #14C2B6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14C2B6 is #EB3D49. Grayscale: #8C8C8C. Windows color (decimal): -15416650 or 11977236. OLE color: 11977236.
HSL color Cylindrical-coordinate representation of color #14C2B6: hue angle of 175.86º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C2B6 is Cyan = 0.90, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 20 | 194 | 182 | - |
| CMYK | 0.90 | 0 | 0.06 | 0.24 |
| HSL | 175.86º | 0.81% | 0.42% | - |
| HSV(B) | 175.86º | 0.9% | 0.76% | - |
| XYZ | 28.02 | 42.11 | 50.91 | - |
| YUV | 140.61 | 151.35 | 41.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 194 | 182 | 0.90 | 0 | 0.06 | 0.24 | 175.86 | 0.81 | 0.42 |
| Hex | 14 | C2 | B6 | 5A | 0 | 6 | 18 | B0 | 51 | 2A |
| Octal | 24 | 302 | 266 | 132 | 0 | 6 | 30 | 260 | 121 | 52 |
| Binary | 10100 | 11000010 | 10110110 | 1011010 | 0 | 110 | 11000 | 10110000 | 1010001 | 101010 |
Color Harmonies of #14C2B6
Complementary color
Monochromatic Colors of #14C2B6
Black with #14C2B6
Text Example
Text Example
White with #14C2B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C2B6; }
p { color: rgb(20,194,182); }
H1.HeaderClassName
{
color: #14C2B6;
}
.AnyTagClassName
{
color: #14C2B6;
}
</style>
background-color css
<style>
a { background-color: #14C2B6; }
a { background-color: rgb(20,194,182); }
div.DivClassName
{
background-color: #14C2B6;
}
.BgClassName
{
background-color: #14C2B6;
}
</style>
border-color css
<style>
span { border-color: #14C2B6; }
span { border-color: rgb(20,194,182); }
td.TdClassName
{
border-color: #14C2B6;
}
.TagClassName
{
border-color: #14C2B6;
}
</style>