Shades of Light Sea Green #14A6AA
Tints of Light Sea Green #14A6AA
RGB
CMYK
RGB Variations
Color information
#14A6AA (or 0x14A6AA) is known color: Light Sea Green. HEX triplet: 14, A6 and AA. RGB value is (20,166,170). Sum of RGB (Red+Green+Blue) = 20+166+170=356 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.62% from 356); Green value is 166 (65.23% from 255 or 46.63% from 356); Blue value is 170 (66.80% from 255 or 47.75% from 356); Max value from RGB is 170 - color contains mainly: blue. Hex color #14A6AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14A6AA is #EB5955. Grayscale: #7A7A7A. Windows color (decimal): -15423830 or 11183636. OLE color: 11183636.
HSL color Cylindrical-coordinate representation of color #14A6AA: hue angle of 181.6º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14A6AA is Cyan = 0.88, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 166 | 170 | - |
| CMYK | 0.88 | 0.02 | 0 | 0.33 |
| HSL | 181.6º | 0.79% | 0.37% | - |
| HSV(B) | 181.6º | 0.88% | 0.67% | - |
| XYZ | 21.18 | 30.32 | 42.77 | - |
| YUV | 122.8 | 154.63 | 54.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 166 | 170 | 0.88 | 0.02 | 0 | 0.33 | 181.6 | 0.79 | 0.37 |
| Hex | 14 | A6 | AA | 58 | 2 | 0 | 21 | B6 | 4F | 25 |
| Octal | 24 | 246 | 252 | 130 | 2 | 0 | 41 | 266 | 117 | 45 |
| Binary | 10100 | 10100110 | 10101010 | 1011000 | 10 | 0 | 100001 | 10110110 | 1001111 | 100101 |
Color Harmonies of #14A6AA
Complementary color
Monochromatic Colors of #14A6AA
Black with #14A6AA
Text Example
Text Example
White with #14A6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14A6AA; }
p { color: rgb(20,166,170); }
H1.HeaderClassName
{
color: #14A6AA;
}
.AnyTagClassName
{
color: #14A6AA;
}
</style>
background-color css
<style>
a { background-color: #14A6AA; }
a { background-color: rgb(20,166,170); }
div.DivClassName
{
background-color: #14A6AA;
}
.BgClassName
{
background-color: #14A6AA;
}
</style>
border-color css
<style>
span { border-color: #14A6AA; }
span { border-color: rgb(20,166,170); }
td.TdClassName
{
border-color: #14A6AA;
}
.TagClassName
{
border-color: #14A6AA;
}
</style>