Shades of Light Sea Green #14AAB7
Tints of Light Sea Green #14AAB7
RGB
CMYK
RGB Variations
Color information
#14AAB7 (or 0x14AAB7) is known color: Light Sea Green. HEX triplet: 14, AA and B7. RGB value is (20,170,183). Sum of RGB (Red+Green+Blue) = 20+170+183=373 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.36% from 373); Green value is 170 (66.80% from 255 or 45.58% from 373); Blue value is 183 (71.88% from 255 or 49.06% from 373); Max value from RGB is 183 - color contains mainly: blue. Hex color #14AAB7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14AAB7 is #EB5548. Grayscale: #7E7E7E. Windows color (decimal): -15422793 or 12036628. OLE color: 12036628.
HSL color Cylindrical-coordinate representation of color #14AAB7: hue angle of 184.79º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14AAB7 is Cyan = 0.89, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 20 | 170 | 183 | - |
| CMYK | 0.89 | 0.07 | 0 | 0.28 |
| HSL | 184.79º | 0.8% | 0.4% | - |
| HSV(B) | 184.79º | 0.89% | 0.72% | - |
| XYZ | 23.21 | 32.32 | 49.81 | - |
| YUV | 126.63 | 159.81 | 51.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 170 | 183 | 0.89 | 0.07 | 0 | 0.28 | 184.79 | 0.8 | 0.4 |
| Hex | 14 | AA | B7 | 59 | 7 | 0 | 1C | B9 | 50 | 28 |
| Octal | 24 | 252 | 267 | 131 | 7 | 0 | 34 | 271 | 120 | 50 |
| Binary | 10100 | 10101010 | 10110111 | 1011001 | 111 | 0 | 11100 | 10111001 | 1010000 | 101000 |
Color Harmonies of #14AAB7
Complementary color
Monochromatic Colors of #14AAB7
Black with #14AAB7
Text Example
Text Example
White with #14AAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14AAB7; }
p { color: rgb(20,170,183); }
H1.HeaderClassName
{
color: #14AAB7;
}
.AnyTagClassName
{
color: #14AAB7;
}
</style>
background-color css
<style>
a { background-color: #14AAB7; }
a { background-color: rgb(20,170,183); }
div.DivClassName
{
background-color: #14AAB7;
}
.BgClassName
{
background-color: #14AAB7;
}
</style>
border-color css
<style>
span { border-color: #14AAB7; }
span { border-color: rgb(20,170,183); }
td.TdClassName
{
border-color: #14AAB7;
}
.TagClassName
{
border-color: #14AAB7;
}
</style>