Shades of Light Sea Green #14ADB3
Tints of Light Sea Green #14ADB3
RGB
CMYK
RGB Variations
Color information
#14ADB3 (or 0x14ADB3) is known color: Light Sea Green. HEX triplet: 14, AD and B3. RGB value is (20,173,179). Sum of RGB (Red+Green+Blue) = 20+173+179=372 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.38% from 372); Green value is 173 (67.97% from 255 or 46.51% from 372); Blue value is 179 (70.31% from 255 or 48.12% from 372); Max value from RGB is 179 - color contains mainly: blue. Hex color #14ADB3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14ADB3 is #EB524C. Grayscale: #7F7F7F. Windows color (decimal): -15422029 or 11775252. OLE color: 11775252.
HSL color Cylindrical-coordinate representation of color #14ADB3: hue angle of 182.26º 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 #14ADB3 is Cyan = 0.89, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 20 | 173 | 179 | - |
| CMYK | 0.89 | 0.03 | 0 | 0.30 |
| HSL | 182.26º | 0.8% | 0.39% | - |
| HSV(B) | 182.26º | 0.89% | 0.7% | - |
| XYZ | 23.37 | 33.29 | 47.84 | - |
| YUV | 127.94 | 156.81 | 51.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 173 | 179 | 0.89 | 0.03 | 0 | 0.30 | 182.26 | 0.8 | 0.39 |
| Hex | 14 | AD | B3 | 59 | 3 | 0 | 1E | B6 | 50 | 27 |
| Octal | 24 | 255 | 263 | 131 | 3 | 0 | 36 | 266 | 120 | 47 |
| Binary | 10100 | 10101101 | 10110011 | 1011001 | 11 | 0 | 11110 | 10110110 | 1010000 | 100111 |
Color Harmonies of #14ADB3
Complementary color
Monochromatic Colors of #14ADB3
Black with #14ADB3
Text Example
Text Example
White with #14ADB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14ADB3; }
p { color: rgb(20,173,179); }
H1.HeaderClassName
{
color: #14ADB3;
}
.AnyTagClassName
{
color: #14ADB3;
}
</style>
background-color css
<style>
a { background-color: #14ADB3; }
a { background-color: rgb(20,173,179); }
div.DivClassName
{
background-color: #14ADB3;
}
.BgClassName
{
background-color: #14ADB3;
}
</style>
border-color css
<style>
span { border-color: #14ADB3; }
span { border-color: rgb(20,173,179); }
td.TdClassName
{
border-color: #14ADB3;
}
.TagClassName
{
border-color: #14ADB3;
}
</style>