Shades of Light Sea Green #14AAB6
Tints of Light Sea Green #14AAB6
RGB
CMYK
RGB Variations
Color information
#14AAB6 (or 0x14AAB6) is known color: Light Sea Green. HEX triplet: 14, AA and B6. RGB value is (20,170,182). Sum of RGB (Red+Green+Blue) = 20+170+182=372 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.38% from 372); Green value is 170 (66.80% from 255 or 45.70% from 372); Blue value is 182 (71.48% from 255 or 48.92% from 372); Max value from RGB is 182 - color contains mainly: blue. Hex color #14AAB6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14AAB6 is #EB5549. Grayscale: #7E7E7E. Windows color (decimal): -15422794 or 11971092. OLE color: 11971092.
HSL color Cylindrical-coordinate representation of color #14AAB6: hue angle of 184.44º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14AAB6 is Cyan = 0.89, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 20 | 170 | 182 | - |
| CMYK | 0.89 | 0.07 | 0 | 0.29 |
| HSL | 184.44º | 0.8% | 0.4% | - |
| HSV(B) | 184.44º | 0.89% | 0.71% | - |
| XYZ | 23.11 | 32.28 | 49.27 | - |
| YUV | 126.52 | 159.31 | 52.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 170 | 182 | 0.89 | 0.07 | 0 | 0.29 | 184.44 | 0.8 | 0.4 |
| Hex | 14 | AA | B6 | 59 | 7 | 0 | 1D | B8 | 50 | 28 |
| Octal | 24 | 252 | 266 | 131 | 7 | 0 | 35 | 270 | 120 | 50 |
| Binary | 10100 | 10101010 | 10110110 | 1011001 | 111 | 0 | 11101 | 10111000 | 1010000 | 101000 |
Color Harmonies of #14AAB6
Complementary color
Monochromatic Colors of #14AAB6
Black with #14AAB6
Text Example
Text Example
White with #14AAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14AAB6; }
p { color: rgb(20,170,182); }
H1.HeaderClassName
{
color: #14AAB6;
}
.AnyTagClassName
{
color: #14AAB6;
}
</style>
background-color css
<style>
a { background-color: #14AAB6; }
a { background-color: rgb(20,170,182); }
div.DivClassName
{
background-color: #14AAB6;
}
.BgClassName
{
background-color: #14AAB6;
}
</style>
border-color css
<style>
span { border-color: #14AAB6; }
span { border-color: rgb(20,170,182); }
td.TdClassName
{
border-color: #14AAB6;
}
.TagClassName
{
border-color: #14AAB6;
}
</style>