Shades of Light Sea Green #14CDB5
Tints of Light Sea Green #14CDB5
RGB
CMYK
RGB Variations
Color information
#14CDB5 (or 0x14CDB5) is known color: Light Sea Green. HEX triplet: 14, CD and B5. RGB value is (20,205,181). Sum of RGB (Red+Green+Blue) = 20+205+181=406 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.93% from 406); Green value is 205 (80.47% from 255 or 50.49% from 406); Blue value is 181 (71.09% from 255 or 44.58% from 406); Max value from RGB is 205 - color contains mainly: green. Hex color #14CDB5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14CDB5 is #EB324A. Grayscale: #929292. Windows color (decimal): -15413835 or 11914516. OLE color: 11914516.
HSL color Cylindrical-coordinate representation of color #14CDB5: hue angle of 172.22º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14CDB5 is Cyan = 0.90, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 205 | 181 | - |
| CMYK | 0.90 | 0 | 0.12 | 0.20 |
| HSL | 172.22º | 0.82% | 0.44% | - |
| HSV(B) | 172.22º | 0.9% | 0.8% | - |
| XYZ | 30.46 | 47.15 | 51.21 | - |
| YUV | 146.95 | 147.21 | 37.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 205 | 181 | 0.90 | 0 | 0.12 | 0.20 | 172.22 | 0.82 | 0.44 |
| Hex | 14 | CD | B5 | 5A | 0 | C | 14 | AC | 52 | 2C |
| Octal | 24 | 315 | 265 | 132 | 0 | 14 | 24 | 254 | 122 | 54 |
| Binary | 10100 | 11001101 | 10110101 | 1011010 | 0 | 1100 | 10100 | 10101100 | 1010010 | 101100 |
Color Harmonies of #14CDB5
Complementary color
Monochromatic Colors of #14CDB5
Black with #14CDB5
Text Example
Text Example
White with #14CDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CDB5; }
p { color: rgb(20,205,181); }
H1.HeaderClassName
{
color: #14CDB5;
}
.AnyTagClassName
{
color: #14CDB5;
}
</style>
background-color css
<style>
a { background-color: #14CDB5; }
a { background-color: rgb(20,205,181); }
div.DivClassName
{
background-color: #14CDB5;
}
.BgClassName
{
background-color: #14CDB5;
}
</style>
border-color css
<style>
span { border-color: #14CDB5; }
span { border-color: rgb(20,205,181); }
td.TdClassName
{
border-color: #14CDB5;
}
.TagClassName
{
border-color: #14CDB5;
}
</style>