Shades of Light Sea Green #14ADA2
Tints of Light Sea Green #14ADA2
RGB
CMYK
RGB Variations
Color information
#14ADA2 (or 0x14ADA2) is known color: Light Sea Green. HEX triplet: 14, AD and A2. RGB value is (20,173,162). Sum of RGB (Red+Green+Blue) = 20+173+162=355 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.63% from 355); Green value is 173 (67.97% from 255 or 48.73% from 355); Blue value is 162 (63.67% from 255 or 45.63% from 355); Max value from RGB is 173 - color contains mainly: green. Hex color #14ADA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14ADA2 is #EB525D. Grayscale: #7D7D7D. Windows color (decimal): -15422046 or 10661140. OLE color: 10661140.
HSL color Cylindrical-coordinate representation of color #14ADA2: hue angle of 175.69º 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 #14ADA2 is Cyan = 0.88, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 20 | 173 | 162 | - |
| CMYK | 0.88 | 0 | 0.06 | 0.32 |
| HSL | 175.69º | 0.79% | 0.38% | - |
| HSV(B) | 175.69º | 0.88% | 0.68% | - |
| XYZ | 21.75 | 32.64 | 39.34 | - |
| YUV | 126 | 148.31 | 52.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 173 | 162 | 0.88 | 0 | 0.06 | 0.32 | 175.69 | 0.79 | 0.38 |
| Hex | 14 | AD | A2 | 58 | 0 | 6 | 20 | B0 | 4F | 26 |
| Octal | 24 | 255 | 242 | 130 | 0 | 6 | 40 | 260 | 117 | 46 |
| Binary | 10100 | 10101101 | 10100010 | 1011000 | 0 | 110 | 100000 | 10110000 | 1001111 | 100110 |
Color Harmonies of #14ADA2
Complementary color
Monochromatic Colors of #14ADA2
Black with #14ADA2
Text Example
Text Example
White with #14ADA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14ADA2; }
p { color: rgb(20,173,162); }
H1.HeaderClassName
{
color: #14ADA2;
}
.AnyTagClassName
{
color: #14ADA2;
}
</style>
background-color css
<style>
a { background-color: #14ADA2; }
a { background-color: rgb(20,173,162); }
div.DivClassName
{
background-color: #14ADA2;
}
.BgClassName
{
background-color: #14ADA2;
}
</style>
border-color css
<style>
span { border-color: #14ADA2; }
span { border-color: rgb(20,173,162); }
td.TdClassName
{
border-color: #14ADA2;
}
.TagClassName
{
border-color: #14ADA2;
}
</style>