Shades of Light Sea Green #14ACB3
Tints of Light Sea Green #14ACB3
RGB
CMYK
RGB Variations
Color information
#14ACB3 (or 0x14ACB3) is known color: Light Sea Green. HEX triplet: 14, AC and B3. RGB value is (20,172,179). Sum of RGB (Red+Green+Blue) = 20+172+179=371 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.39% from 371); Green value is 172 (67.58% from 255 or 46.36% from 371); Blue value is 179 (70.31% from 255 or 48.25% from 371); Max value from RGB is 179 - color contains mainly: blue. Hex color #14ACB3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14ACB3 is #EB534C. Grayscale: #7F7F7F. Windows color (decimal): -15422285 or 11774996. OLE color: 11774996.
HSL color Cylindrical-coordinate representation of color #14ACB3: hue angle of 182.64º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14ACB3 is Cyan = 0.89, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 20 | 172 | 179 | - |
| CMYK | 0.89 | 0.04 | 0 | 0.30 |
| HSL | 182.64º | 0.8% | 0.39% | - |
| HSV(B) | 182.64º | 0.89% | 0.7% | - |
| XYZ | 23.18 | 32.91 | 47.78 | - |
| YUV | 127.35 | 157.14 | 51.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 172 | 179 | 0.89 | 0.04 | 0 | 0.30 | 182.64 | 0.8 | 0.39 |
| Hex | 14 | AC | B3 | 59 | 4 | 0 | 1E | B7 | 50 | 27 |
| Octal | 24 | 254 | 263 | 131 | 4 | 0 | 36 | 267 | 120 | 47 |
| Binary | 10100 | 10101100 | 10110011 | 1011001 | 100 | 0 | 11110 | 10110111 | 1010000 | 100111 |
Color Harmonies of #14ACB3
Complementary color
Monochromatic Colors of #14ACB3
Black with #14ACB3
Text Example
Text Example
White with #14ACB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14ACB3; }
p { color: rgb(20,172,179); }
H1.HeaderClassName
{
color: #14ACB3;
}
.AnyTagClassName
{
color: #14ACB3;
}
</style>
background-color css
<style>
a { background-color: #14ACB3; }
a { background-color: rgb(20,172,179); }
div.DivClassName
{
background-color: #14ACB3;
}
.BgClassName
{
background-color: #14ACB3;
}
</style>
border-color css
<style>
span { border-color: #14ACB3; }
span { border-color: rgb(20,172,179); }
td.TdClassName
{
border-color: #14ACB3;
}
.TagClassName
{
border-color: #14ACB3;
}
</style>