Shades of Light Sea Green #14ADAC
Tints of Light Sea Green #14ADAC
RGB
CMYK
RGB Variations
Color information
#14ADAC (or 0x14ADAC) is known color: Light Sea Green. HEX triplet: 14, AD and AC. RGB value is (20,173,172). Sum of RGB (Red+Green+Blue) = 20+173+172=365 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.48% from 365); Green value is 173 (67.97% from 255 or 47.40% from 365); Blue value is 172 (67.58% from 255 or 47.12% from 365); Max value from RGB is 173 - color contains mainly: green. Hex color #14ADAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14ADAC is #EB5253. Grayscale: #7E7E7E. Windows color (decimal): -15422036 or 11316500. OLE color: 11316500.
HSL color Cylindrical-coordinate representation of color #14ADAC: hue angle of 179.61º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14ADAC is Cyan = 0.88, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 20 | 173 | 172 | - |
| CMYK | 0.88 | 0 | 0.01 | 0.32 |
| HSL | 179.61º | 0.79% | 0.38% | - |
| HSV(B) | 179.61º | 0.88% | 0.68% | - |
| XYZ | 22.68 | 33.01 | 44.21 | - |
| YUV | 127.14 | 153.31 | 51.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 173 | 172 | 0.88 | 0 | 0.01 | 0.32 | 179.61 | 0.79 | 0.38 |
| Hex | 14 | AD | AC | 58 | 0 | 1 | 20 | B4 | 4F | 26 |
| Octal | 24 | 255 | 254 | 130 | 0 | 1 | 40 | 264 | 117 | 46 |
| Binary | 10100 | 10101101 | 10101100 | 1011000 | 0 | 1 | 100000 | 10110100 | 1001111 | 100110 |
Color Harmonies of #14ADAC
Complementary color
Monochromatic Colors of #14ADAC
Black with #14ADAC
Text Example
Text Example
White with #14ADAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14ADAC; }
p { color: rgb(20,173,172); }
H1.HeaderClassName
{
color: #14ADAC;
}
.AnyTagClassName
{
color: #14ADAC;
}
</style>
background-color css
<style>
a { background-color: #14ADAC; }
a { background-color: rgb(20,173,172); }
div.DivClassName
{
background-color: #14ADAC;
}
.BgClassName
{
background-color: #14ADAC;
}
</style>
border-color css
<style>
span { border-color: #14ADAC; }
span { border-color: rgb(20,173,172); }
td.TdClassName
{
border-color: #14ADAC;
}
.TagClassName
{
border-color: #14ADAC;
}
</style>