Shades of Light Sea Green #14BCAF
Tints of Light Sea Green #14BCAF
RGB
CMYK
RGB Variations
Color information
#14BCAF (or 0x14BCAF) is known color: Light Sea Green. HEX triplet: 14, BC and AF. RGB value is (20,188,175). Sum of RGB (Red+Green+Blue) = 20+188+175=383 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.22% from 383); Green value is 188 (73.83% from 255 or 49.09% from 383); Blue value is 175 (68.75% from 255 or 45.69% from 383); Max value from RGB is 188 - color contains mainly: green. Hex color #14BCAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14BCAF is #EB4350. Grayscale: #888888. Windows color (decimal): -15418193 or 11516948. OLE color: 11516948.
HSL color Cylindrical-coordinate representation of color #14BCAF: hue angle of 175.36º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14BCAF is Cyan = 0.89, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 20 | 188 | 175 | - |
| CMYK | 0.89 | 0 | 0.07 | 0.26 |
| HSL | 175.36º | 0.81% | 0.41% | - |
| HSV(B) | 175.36º | 0.89% | 0.74% | - |
| XYZ | 26.01 | 39.21 | 46.75 | - |
| YUV | 136.29 | 149.84 | 45.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 188 | 175 | 0.89 | 0 | 0.07 | 0.26 | 175.36 | 0.81 | 0.41 |
| Hex | 14 | BC | AF | 59 | 0 | 7 | 1A | AF | 51 | 29 |
| Octal | 24 | 274 | 257 | 131 | 0 | 7 | 32 | 257 | 121 | 51 |
| Binary | 10100 | 10111100 | 10101111 | 1011001 | 0 | 111 | 11010 | 10101111 | 1010001 | 101001 |
Color Harmonies of #14BCAF
Complementary color
Monochromatic Colors of #14BCAF
Black with #14BCAF
Text Example
Text Example
White with #14BCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BCAF; }
p { color: rgb(20,188,175); }
H1.HeaderClassName
{
color: #14BCAF;
}
.AnyTagClassName
{
color: #14BCAF;
}
</style>
background-color css
<style>
a { background-color: #14BCAF; }
a { background-color: rgb(20,188,175); }
div.DivClassName
{
background-color: #14BCAF;
}
.BgClassName
{
background-color: #14BCAF;
}
</style>
border-color css
<style>
span { border-color: #14BCAF; }
span { border-color: rgb(20,188,175); }
td.TdClassName
{
border-color: #14BCAF;
}
.TagClassName
{
border-color: #14BCAF;
}
</style>