Shades of Light Sea Green #13C4BA
Tints of Light Sea Green #13C4BA
RGB
CMYK
RGB Variations
Color information
#13C4BA (or 0x13C4BA) is known color: Light Sea Green. HEX triplet: 13, C4 and BA. RGB value is (19,196,186). Sum of RGB (Red+Green+Blue) = 19+196+186=401 (53% of max value = 765). Red value is 19 (7.81% from 255 or 4.74% from 401); Green value is 196 (76.95% from 255 or 48.88% from 401); Blue value is 186 (73.05% from 255 or 46.38% from 401); Max value from RGB is 196 - color contains mainly: green. Hex color #13C4BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13C4BA is #EC3B45. Grayscale: #8D8D8D. Windows color (decimal): -15481670 or 12239891. OLE color: 12239891.
HSL color Cylindrical-coordinate representation of color #13C4BA: hue angle of 176.61º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C4BA is Cyan = 0.90, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 19 | 196 | 186 | - |
| CMYK | 0.90 | 0 | 0.05 | 0.23 |
| HSL | 176.61º | 0.82% | 0.42% | - |
| HSV(B) | 176.61º | 0.9% | 0.77% | - |
| XYZ | 28.87 | 43.16 | 53.26 | - |
| YUV | 141.94 | 152.86 | 40.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 196 | 186 | 0.90 | 0 | 0.05 | 0.23 | 176.61 | 0.82 | 0.42 |
| Hex | 13 | C4 | BA | 5A | 0 | 5 | 17 | B1 | 52 | 2A |
| Octal | 23 | 304 | 272 | 132 | 0 | 5 | 27 | 261 | 122 | 52 |
| Binary | 10011 | 11000100 | 10111010 | 1011010 | 0 | 101 | 10111 | 10110001 | 1010010 | 101010 |
Color Harmonies of #13C4BA
Complementary color
Monochromatic Colors of #13C4BA
Black with #13C4BA
Text Example
Text Example
White with #13C4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C4BA; }
p { color: rgb(19,196,186); }
H1.HeaderClassName
{
color: #13C4BA;
}
.AnyTagClassName
{
color: #13C4BA;
}
</style>
background-color css
<style>
a { background-color: #13C4BA; }
a { background-color: rgb(19,196,186); }
div.DivClassName
{
background-color: #13C4BA;
}
.BgClassName
{
background-color: #13C4BA;
}
</style>
border-color css
<style>
span { border-color: #13C4BA; }
span { border-color: rgb(19,196,186); }
td.TdClassName
{
border-color: #13C4BA;
}
.TagClassName
{
border-color: #13C4BA;
}
</style>