Shades of Light Sea Green #13BC9C
Tints of Light Sea Green #13BC9C
RGB
CMYK
RGB Variations
Color information
#13BC9C (or 0x13BC9C) is known color: Light Sea Green. HEX triplet: 13, BC and 9C. RGB value is (19,188,156). Sum of RGB (Red+Green+Blue) = 19+188+156=363 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.23% from 363); Green value is 188 (73.83% from 255 or 51.79% from 363); Blue value is 156 (61.33% from 255 or 42.98% from 363); Max value from RGB is 188 - color contains mainly: green. Hex color #13BC9C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13BC9C is #EC4363. Grayscale: #858585. Windows color (decimal): -15483748 or 10271763. OLE color: 10271763.
HSL color Cylindrical-coordinate representation of color #13BC9C: hue angle of 168.64º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13BC9C is Cyan = 0.90, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 188 | 156 | - |
| CMYK | 0.90 | 0 | 0.17 | 0.26 |
| HSL | 168.64º | 0.82% | 0.41% | - |
| HSV(B) | 168.64º | 0.9% | 0.74% | - |
| XYZ | 24.25 | 38.51 | 37.61 | - |
| YUV | 133.82 | 140.51 | 46.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 188 | 156 | 0.90 | 0 | 0.17 | 0.26 | 168.64 | 0.82 | 0.41 |
| Hex | 13 | BC | 9C | 5A | 0 | 11 | 1A | A9 | 52 | 29 |
| Octal | 23 | 274 | 234 | 132 | 0 | 21 | 32 | 251 | 122 | 51 |
| Binary | 10011 | 10111100 | 10011100 | 1011010 | 0 | 10001 | 11010 | 10101001 | 1010010 | 101001 |
Color Harmonies of #13BC9C
Complementary color
Monochromatic Colors of #13BC9C
Black with #13BC9C
Text Example
Text Example
White with #13BC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13BC9C; }
p { color: rgb(19,188,156); }
H1.HeaderClassName
{
color: #13BC9C;
}
.AnyTagClassName
{
color: #13BC9C;
}
</style>
background-color css
<style>
a { background-color: #13BC9C; }
a { background-color: rgb(19,188,156); }
div.DivClassName
{
background-color: #13BC9C;
}
.BgClassName
{
background-color: #13BC9C;
}
</style>
border-color css
<style>
span { border-color: #13BC9C; }
span { border-color: rgb(19,188,156); }
td.TdClassName
{
border-color: #13BC9C;
}
.TagClassName
{
border-color: #13BC9C;
}
</style>