Shades of Light Sea Green #14ACB4
Tints of Light Sea Green #14ACB4
RGB
CMYK
RGB Variations
Color information
#14ACB4 (or 0x14ACB4) is known color: Light Sea Green. HEX triplet: 14, AC and B4. RGB value is (20,172,180). Sum of RGB (Red+Green+Blue) = 20+172+180=372 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.38% from 372); Green value is 172 (67.58% from 255 or 46.24% from 372); Blue value is 180 (70.70% from 255 or 48.39% from 372); Max value from RGB is 180 - color contains mainly: blue. Hex color #14ACB4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14ACB4 is #EB534B. Grayscale: #7F7F7F. Windows color (decimal): -15422284 or 11840532. OLE color: 11840532.
HSL color Cylindrical-coordinate representation of color #14ACB4: hue angle of 183º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14ACB4 is Cyan = 0.89, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 20 | 172 | 180 | - |
| CMYK | 0.89 | 0.04 | 0 | 0.29 |
| HSL | 183º | 0.8% | 0.39% | - |
| HSV(B) | 183º | 0.89% | 0.71% | - |
| XYZ | 23.28 | 32.95 | 48.31 | - |
| YUV | 127.46 | 157.64 | 51.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 172 | 180 | 0.89 | 0.04 | 0 | 0.29 | 183 | 0.8 | 0.39 |
| Hex | 14 | AC | B4 | 59 | 4 | 0 | 1D | B7 | 50 | 27 |
| Octal | 24 | 254 | 264 | 131 | 4 | 0 | 35 | 267 | 120 | 47 |
| Binary | 10100 | 10101100 | 10110100 | 1011001 | 100 | 0 | 11101 | 10110111 | 1010000 | 100111 |
Color Harmonies of #14ACB4
Complementary color
Monochromatic Colors of #14ACB4
Black with #14ACB4
Text Example
Text Example
White with #14ACB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14ACB4; }
p { color: rgb(20,172,180); }
H1.HeaderClassName
{
color: #14ACB4;
}
.AnyTagClassName
{
color: #14ACB4;
}
</style>
background-color css
<style>
a { background-color: #14ACB4; }
a { background-color: rgb(20,172,180); }
div.DivClassName
{
background-color: #14ACB4;
}
.BgClassName
{
background-color: #14ACB4;
}
</style>
border-color css
<style>
span { border-color: #14ACB4; }
span { border-color: rgb(20,172,180); }
td.TdClassName
{
border-color: #14ACB4;
}
.TagClassName
{
border-color: #14ACB4;
}
</style>