Shades of Light Sea Green #14ADB2
Tints of Light Sea Green #14ADB2
RGB
CMYK
RGB Variations
Color information
#14ADB2 (or 0x14ADB2) is known color: Light Sea Green. HEX triplet: 14, AD and B2. RGB value is (20,173,178). Sum of RGB (Red+Green+Blue) = 20+173+178=371 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.39% from 371); Green value is 173 (67.97% from 255 or 46.63% from 371); Blue value is 178 (69.92% from 255 or 47.98% from 371); Max value from RGB is 178 - color contains mainly: blue. Hex color #14ADB2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14ADB2 is #EB524D. Grayscale: #7F7F7F. Windows color (decimal): -15422030 or 11709716. OLE color: 11709716.
HSL color Cylindrical-coordinate representation of color #14ADB2: hue angle of 181.9º 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 #14ADB2 is Cyan = 0.89, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 20 | 173 | 178 | - |
| CMYK | 0.89 | 0.03 | 0 | 0.30 |
| HSL | 181.9º | 0.8% | 0.39% | - |
| HSV(B) | 181.9º | 0.89% | 0.7% | - |
| XYZ | 23.27 | 33.25 | 47.31 | - |
| YUV | 127.82 | 156.31 | 51.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 173 | 178 | 0.89 | 0.03 | 0 | 0.30 | 181.9 | 0.8 | 0.39 |
| Hex | 14 | AD | B2 | 59 | 3 | 0 | 1E | B6 | 50 | 27 |
| Octal | 24 | 255 | 262 | 131 | 3 | 0 | 36 | 266 | 120 | 47 |
| Binary | 10100 | 10101101 | 10110010 | 1011001 | 11 | 0 | 11110 | 10110110 | 1010000 | 100111 |
Color Harmonies of #14ADB2
Complementary color
Monochromatic Colors of #14ADB2
Black with #14ADB2
Text Example
Text Example
White with #14ADB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14ADB2; }
p { color: rgb(20,173,178); }
H1.HeaderClassName
{
color: #14ADB2;
}
.AnyTagClassName
{
color: #14ADB2;
}
</style>
background-color css
<style>
a { background-color: #14ADB2; }
a { background-color: rgb(20,173,178); }
div.DivClassName
{
background-color: #14ADB2;
}
.BgClassName
{
background-color: #14ADB2;
}
</style>
border-color css
<style>
span { border-color: #14ADB2; }
span { border-color: rgb(20,173,178); }
td.TdClassName
{
border-color: #14ADB2;
}
.TagClassName
{
border-color: #14ADB2;
}
</style>