Shades of Light Sea Green #14C8B7
Tints of Light Sea Green #14C8B7
RGB
CMYK
RGB Variations
Color information
#14C8B7 (or 0x14C8B7) is known color: Light Sea Green. HEX triplet: 14, C8 and B7. RGB value is (20,200,183). Sum of RGB (Red+Green+Blue) = 20+200+183=403 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.96% from 403); Green value is 200 (78.52% from 255 or 49.63% from 403); Blue value is 183 (71.88% from 255 or 45.41% from 403); Max value from RGB is 200 - color contains mainly: green. Hex color #14C8B7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14C8B7 is #EB3748. Grayscale: #909090. Windows color (decimal): -15415113 or 12044308. OLE color: 12044308.
HSL color Cylindrical-coordinate representation of color #14C8B7: hue angle of 174.33º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C8B7 is Cyan = 0.9, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 20 | 200 | 183 | - |
| CMYK | 0.9 | 0 | 0.08 | 0.22 |
| HSL | 174.33º | 0.82% | 0.43% | - |
| HSV(B) | 174.33º | 0.9% | 0.78% | - |
| XYZ | 29.49 | 44.88 | 51.91 | - |
| YUV | 144.24 | 149.87 | 39.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 200 | 183 | 0.9 | 0 | 0.08 | 0.22 | 174.33 | 0.82 | 0.43 |
| Hex | 14 | C8 | B7 | 5A | 0 | 8 | 16 | AE | 52 | 2B |
| Octal | 24 | 310 | 267 | 132 | 0 | 10 | 26 | 256 | 122 | 53 |
| Binary | 10100 | 11001000 | 10110111 | 1011010 | 0 | 1000 | 10110 | 10101110 | 1010010 | 101011 |
Color Harmonies of #14C8B7
Complementary color
Monochromatic Colors of #14C8B7
Black with #14C8B7
Text Example
Text Example
White with #14C8B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C8B7; }
p { color: rgb(20,200,183); }
H1.HeaderClassName
{
color: #14C8B7;
}
.AnyTagClassName
{
color: #14C8B7;
}
</style>
background-color css
<style>
a { background-color: #14C8B7; }
a { background-color: rgb(20,200,183); }
div.DivClassName
{
background-color: #14C8B7;
}
.BgClassName
{
background-color: #14C8B7;
}
</style>
border-color css
<style>
span { border-color: #14C8B7; }
span { border-color: rgb(20,200,183); }
td.TdClassName
{
border-color: #14C8B7;
}
.TagClassName
{
border-color: #14C8B7;
}
</style>