Shades of Light Sea Green #14B0A3
Tints of Light Sea Green #14B0A3
RGB
CMYK
RGB Variations
Color information
#14B0A3 (or 0x14B0A3) is known color: Light Sea Green. HEX triplet: 14, B0 and A3. RGB value is (20,176,163). Sum of RGB (Red+Green+Blue) = 20+176+163=359 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.57% from 359); Green value is 176 (69.14% from 255 or 49.03% from 359); Blue value is 163 (64.06% from 255 or 45.40% from 359); Max value from RGB is 176 - color contains mainly: green. Hex color #14B0A3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14B0A3 is #EB4F5C. Grayscale: #7F7F7F. Windows color (decimal): -15421277 or 10727444. OLE color: 10727444.
HSL color Cylindrical-coordinate representation of color #14B0A3: hue angle of 175º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B0A3 is Cyan = 0.89, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 20 | 176 | 163 | - |
| CMYK | 0.89 | 0 | 0.07 | 0.31 |
| HSL | 175º | 0.8% | 0.38% | - |
| HSV(B) | 175º | 0.89% | 0.69% | - |
| XYZ | 22.42 | 33.84 | 40 | - |
| YUV | 127.87 | 147.82 | 51.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 176 | 163 | 0.89 | 0 | 0.07 | 0.31 | 175 | 0.8 | 0.38 |
| Hex | 14 | B0 | A3 | 59 | 0 | 7 | 1F | AF | 50 | 26 |
| Octal | 24 | 260 | 243 | 131 | 0 | 7 | 37 | 257 | 120 | 46 |
| Binary | 10100 | 10110000 | 10100011 | 1011001 | 0 | 111 | 11111 | 10101111 | 1010000 | 100110 |
Color Harmonies of #14B0A3
Complementary color
Monochromatic Colors of #14B0A3
Black with #14B0A3
Text Example
Text Example
White with #14B0A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14B0A3; }
p { color: rgb(20,176,163); }
H1.HeaderClassName
{
color: #14B0A3;
}
.AnyTagClassName
{
color: #14B0A3;
}
</style>
background-color css
<style>
a { background-color: #14B0A3; }
a { background-color: rgb(20,176,163); }
div.DivClassName
{
background-color: #14B0A3;
}
.BgClassName
{
background-color: #14B0A3;
}
</style>
border-color css
<style>
span { border-color: #14B0A3; }
span { border-color: rgb(20,176,163); }
td.TdClassName
{
border-color: #14B0A3;
}
.TagClassName
{
border-color: #14B0A3;
}
</style>