Shades of Light Sea Green #14C2B3
Tints of Light Sea Green #14C2B3
RGB
CMYK
RGB Variations
Color information
#14C2B3 (or 0x14C2B3) is known color: Light Sea Green. HEX triplet: 14, C2 and B3. RGB value is (20,194,179). Sum of RGB (Red+Green+Blue) = 20+194+179=393 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.09% from 393); Green value is 194 (76.17% from 255 or 49.36% from 393); Blue value is 179 (70.31% from 255 or 45.55% from 393); Max value from RGB is 194 - color contains mainly: green. Hex color #14C2B3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14C2B3 is #EB3D4C. Grayscale: #8C8C8C. Windows color (decimal): -15416653 or 11780628. OLE color: 11780628.
HSL color Cylindrical-coordinate representation of color #14C2B3: hue angle of 174.83º 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 #14C2B3 is Cyan = 0.90, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 20 | 194 | 179 | - |
| CMYK | 0.90 | 0 | 0.08 | 0.24 |
| HSL | 174.83º | 0.81% | 0.42% | - |
| HSV(B) | 174.83º | 0.9% | 0.76% | - |
| XYZ | 27.72 | 41.99 | 49.29 | - |
| YUV | 140.26 | 149.85 | 42.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 194 | 179 | 0.90 | 0 | 0.08 | 0.24 | 174.83 | 0.81 | 0.42 |
| Hex | 14 | C2 | B3 | 5A | 0 | 8 | 18 | AF | 51 | 2A |
| Octal | 24 | 302 | 263 | 132 | 0 | 10 | 30 | 257 | 121 | 52 |
| Binary | 10100 | 11000010 | 10110011 | 1011010 | 0 | 1000 | 11000 | 10101111 | 1010001 | 101010 |
Color Harmonies of #14C2B3
Complementary color
Monochromatic Colors of #14C2B3
Black with #14C2B3
Text Example
Text Example
White with #14C2B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C2B3; }
p { color: rgb(20,194,179); }
H1.HeaderClassName
{
color: #14C2B3;
}
.AnyTagClassName
{
color: #14C2B3;
}
</style>
background-color css
<style>
a { background-color: #14C2B3; }
a { background-color: rgb(20,194,179); }
div.DivClassName
{
background-color: #14C2B3;
}
.BgClassName
{
background-color: #14C2B3;
}
</style>
border-color css
<style>
span { border-color: #14C2B3; }
span { border-color: rgb(20,194,179); }
td.TdClassName
{
border-color: #14C2B3;
}
.TagClassName
{
border-color: #14C2B3;
}
</style>