Shades of Light Sea Green #14ADB5
Tints of Light Sea Green #14ADB5
RGB
CMYK
RGB Variations
Color information
#14ADB5 (or 0x14ADB5) is known color: Light Sea Green. HEX triplet: 14, AD and B5. RGB value is (20,173,181). Sum of RGB (Red+Green+Blue) = 20+173+181=374 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.35% from 374); Green value is 173 (67.97% from 255 or 46.26% from 374); Blue value is 181 (71.09% from 255 or 48.40% from 374); Max value from RGB is 181 - color contains mainly: blue. Hex color #14ADB5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14ADB5 is #EB524A. Grayscale: #7F7F7F. Windows color (decimal): -15422027 or 11906324. OLE color: 11906324.
HSL color Cylindrical-coordinate representation of color #14ADB5: hue angle of 182.98º 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 #14ADB5 is Cyan = 0.89, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 20 | 173 | 181 | - |
| CMYK | 0.89 | 0.04 | 0 | 0.29 |
| HSL | 182.98º | 0.8% | 0.39% | - |
| HSV(B) | 182.98º | 0.89% | 0.71% | - |
| XYZ | 23.57 | 33.37 | 48.92 | - |
| YUV | 128.17 | 157.81 | 50.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 173 | 181 | 0.89 | 0.04 | 0 | 0.29 | 182.98 | 0.8 | 0.39 |
| Hex | 14 | AD | B5 | 59 | 4 | 0 | 1D | B7 | 50 | 27 |
| Octal | 24 | 255 | 265 | 131 | 4 | 0 | 35 | 267 | 120 | 47 |
| Binary | 10100 | 10101101 | 10110101 | 1011001 | 100 | 0 | 11101 | 10110111 | 1010000 | 100111 |
Color Harmonies of #14ADB5
Complementary color
Monochromatic Colors of #14ADB5
Black with #14ADB5
Text Example
Text Example
White with #14ADB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14ADB5; }
p { color: rgb(20,173,181); }
H1.HeaderClassName
{
color: #14ADB5;
}
.AnyTagClassName
{
color: #14ADB5;
}
</style>
background-color css
<style>
a { background-color: #14ADB5; }
a { background-color: rgb(20,173,181); }
div.DivClassName
{
background-color: #14ADB5;
}
.BgClassName
{
background-color: #14ADB5;
}
</style>
border-color css
<style>
span { border-color: #14ADB5; }
span { border-color: rgb(20,173,181); }
td.TdClassName
{
border-color: #14ADB5;
}
.TagClassName
{
border-color: #14ADB5;
}
</style>