Shades of Light Sea Green #14A8AD
Tints of Light Sea Green #14A8AD
RGB
CMYK
RGB Variations
Color information
#14A8AD (or 0x14A8AD) is known color: Light Sea Green. HEX triplet: 14, A8 and AD. RGB value is (20,168,173). Sum of RGB (Red+Green+Blue) = 20+168+173=361 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.54% from 361); Green value is 168 (66.02% from 255 or 46.54% from 361); Blue value is 173 (67.97% from 255 or 47.92% from 361); Max value from RGB is 173 - color contains mainly: blue. Hex color #14A8AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14A8AD is #EB5752. Grayscale: #7C7C7C. Windows color (decimal): -15423315 or 11380756. OLE color: 11380756.
HSL color Cylindrical-coordinate representation of color #14A8AD: hue angle of 181.96º 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 #14A8AD is Cyan = 0.88, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 20 | 168 | 173 | - |
| CMYK | 0.88 | 0.03 | 0 | 0.32 |
| HSL | 181.96º | 0.79% | 0.38% | - |
| HSV(B) | 181.96º | 0.88% | 0.68% | - |
| XYZ | 21.83 | 31.17 | 44.4 | - |
| YUV | 124.32 | 155.47 | 53.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 168 | 173 | 0.88 | 0.03 | 0 | 0.32 | 181.96 | 0.79 | 0.38 |
| Hex | 14 | A8 | AD | 58 | 3 | 0 | 20 | B6 | 4F | 26 |
| Octal | 24 | 250 | 255 | 130 | 3 | 0 | 40 | 266 | 117 | 46 |
| Binary | 10100 | 10101000 | 10101101 | 1011000 | 11 | 0 | 100000 | 10110110 | 1001111 | 100110 |
Color Harmonies of #14A8AD
Complementary color
Monochromatic Colors of #14A8AD
Black with #14A8AD
Text Example
Text Example
White with #14A8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14A8AD; }
p { color: rgb(20,168,173); }
H1.HeaderClassName
{
color: #14A8AD;
}
.AnyTagClassName
{
color: #14A8AD;
}
</style>
background-color css
<style>
a { background-color: #14A8AD; }
a { background-color: rgb(20,168,173); }
div.DivClassName
{
background-color: #14A8AD;
}
.BgClassName
{
background-color: #14A8AD;
}
</style>
border-color css
<style>
span { border-color: #14A8AD; }
span { border-color: rgb(20,168,173); }
td.TdClassName
{
border-color: #14A8AD;
}
.TagClassName
{
border-color: #14A8AD;
}
</style>