Shades of Light Sea Green #14ADB9
Tints of Light Sea Green #14ADB9
RGB
CMYK
RGB Variations
Color information
#14ADB9 (or 0x14ADB9) is known color: Light Sea Green. HEX triplet: 14, AD and B9. RGB value is (20,173,185). Sum of RGB (Red+Green+Blue) = 20+173+185=378 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.29% from 378); Green value is 173 (67.97% from 255 or 45.77% from 378); Blue value is 185 (72.66% from 255 or 48.94% from 378); Max value from RGB is 185 - color contains mainly: blue. Hex color #14ADB9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14ADB9 is #EB5246. Grayscale: #808080. Windows color (decimal): -15422023 or 12168468. OLE color: 12168468.
HSL color Cylindrical-coordinate representation of color #14ADB9: hue angle of 184.36º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14ADB9 is Cyan = 0.89, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 173 | 185 | - |
| CMYK | 0.89 | 0.06 | 0 | 0.27 |
| HSL | 184.36º | 0.8% | 0.4% | - |
| HSV(B) | 184.36º | 0.89% | 0.73% | - |
| XYZ | 23.99 | 33.54 | 51.11 | - |
| YUV | 128.62 | 159.81 | 50.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 173 | 185 | 0.89 | 0.06 | 0 | 0.27 | 184.36 | 0.8 | 0.4 |
| Hex | 14 | AD | B9 | 59 | 6 | 0 | 1B | B8 | 50 | 28 |
| Octal | 24 | 255 | 271 | 131 | 6 | 0 | 33 | 270 | 120 | 50 |
| Binary | 10100 | 10101101 | 10111001 | 1011001 | 110 | 0 | 11011 | 10111000 | 1010000 | 101000 |
Color Harmonies of #14ADB9
Complementary color
Monochromatic Colors of #14ADB9
Black with #14ADB9
Text Example
Text Example
White with #14ADB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14ADB9; }
p { color: rgb(20,173,185); }
H1.HeaderClassName
{
color: #14ADB9;
}
.AnyTagClassName
{
color: #14ADB9;
}
</style>
background-color css
<style>
a { background-color: #14ADB9; }
a { background-color: rgb(20,173,185); }
div.DivClassName
{
background-color: #14ADB9;
}
.BgClassName
{
background-color: #14ADB9;
}
</style>
border-color css
<style>
span { border-color: #14ADB9; }
span { border-color: rgb(20,173,185); }
td.TdClassName
{
border-color: #14ADB9;
}
.TagClassName
{
border-color: #14ADB9;
}
</style>