Shades of Light Sea Green #14BCB5
Tints of Light Sea Green #14BCB5
RGB
CMYK
RGB Variations
Color information
#14BCB5 (or 0x14BCB5) is known color: Light Sea Green. HEX triplet: 14, BC and B5. RGB value is (20,188,181). Sum of RGB (Red+Green+Blue) = 20+188+181=389 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.14% from 389); Green value is 188 (73.83% from 255 or 48.33% from 389); Blue value is 181 (71.09% from 255 or 46.53% from 389); Max value from RGB is 188 - color contains mainly: green. Hex color #14BCB5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14BCB5 is #EB434A. Grayscale: #888888. Windows color (decimal): -15418187 or 11910164. OLE color: 11910164.
HSL color Cylindrical-coordinate representation of color #14BCB5: hue angle of 177.5º 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 #14BCB5 is Cyan = 0.89, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 20 | 188 | 181 | - |
| CMYK | 0.89 | 0 | 0.04 | 0.26 |
| HSL | 177.5º | 0.81% | 0.41% | - |
| HSV(B) | 177.5º | 0.89% | 0.74% | - |
| XYZ | 26.61 | 39.45 | 49.93 | - |
| YUV | 136.97 | 152.84 | 44.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 188 | 181 | 0.89 | 0 | 0.04 | 0.26 | 177.5 | 0.81 | 0.41 |
| Hex | 14 | BC | B5 | 59 | 0 | 4 | 1A | B2 | 51 | 29 |
| Octal | 24 | 274 | 265 | 131 | 0 | 4 | 32 | 262 | 121 | 51 |
| Binary | 10100 | 10111100 | 10110101 | 1011001 | 0 | 100 | 11010 | 10110010 | 1010001 | 101001 |
Color Harmonies of #14BCB5
Complementary color
Monochromatic Colors of #14BCB5
Black with #14BCB5
Text Example
Text Example
White with #14BCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BCB5; }
p { color: rgb(20,188,181); }
H1.HeaderClassName
{
color: #14BCB5;
}
.AnyTagClassName
{
color: #14BCB5;
}
</style>
background-color css
<style>
a { background-color: #14BCB5; }
a { background-color: rgb(20,188,181); }
div.DivClassName
{
background-color: #14BCB5;
}
.BgClassName
{
background-color: #14BCB5;
}
</style>
border-color css
<style>
span { border-color: #14BCB5; }
span { border-color: rgb(20,188,181); }
td.TdClassName
{
border-color: #14BCB5;
}
.TagClassName
{
border-color: #14BCB5;
}
</style>