Shades of Light Sea Green #14BABB
Tints of Light Sea Green #14BABB
RGB
CMYK
RGB Variations
Color information
#14BABB (or 0x14BABB) is known color: Light Sea Green. HEX triplet: 14, BA and BB. RGB value is (20,186,187). Sum of RGB (Red+Green+Blue) = 20+186+187=393 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.09% from 393); Green value is 186 (73.05% from 255 or 47.33% from 393); Blue value is 187 (73.44% from 255 or 47.58% from 393); Max value from RGB is 187 - color contains mainly: blue. Hex color #14BABB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14BABB is #EB4544. Grayscale: #888888. Windows color (decimal): -15418693 or 12302868. OLE color: 12302868.
HSL color Cylindrical-coordinate representation of color #14BABB: hue angle of 180.36º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14BABB is Cyan = 0.89, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 186 | 187 | - |
| CMYK | 0.89 | 0.01 | 0 | 0.27 |
| HSL | 180.36º | 0.81% | 0.41% | - |
| HSV(B) | 180.36º | 0.89% | 0.73% | - |
| XYZ | 26.82 | 38.85 | 53.1 | - |
| YUV | 136.48 | 156.5 | 44.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 186 | 187 | 0.89 | 0.01 | 0 | 0.27 | 180.36 | 0.81 | 0.41 |
| Hex | 14 | BA | BB | 59 | 1 | 0 | 1B | B4 | 51 | 29 |
| Octal | 24 | 272 | 273 | 131 | 1 | 0 | 33 | 264 | 121 | 51 |
| Binary | 10100 | 10111010 | 10111011 | 1011001 | 1 | 0 | 11011 | 10110100 | 1010001 | 101001 |
Color Harmonies of #14BABB
Complementary color
Monochromatic Colors of #14BABB
Black with #14BABB
Text Example
Text Example
White with #14BABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BABB; }
p { color: rgb(20,186,187); }
H1.HeaderClassName
{
color: #14BABB;
}
.AnyTagClassName
{
color: #14BABB;
}
</style>
background-color css
<style>
a { background-color: #14BABB; }
a { background-color: rgb(20,186,187); }
div.DivClassName
{
background-color: #14BABB;
}
.BgClassName
{
background-color: #14BABB;
}
</style>
border-color css
<style>
span { border-color: #14BABB; }
span { border-color: rgb(20,186,187); }
td.TdClassName
{
border-color: #14BABB;
}
.TagClassName
{
border-color: #14BABB;
}
</style>