Shades of Light Sea Green #13BC9B
Tints of Light Sea Green #13BC9B
RGB
CMYK
RGB Variations
Color information
#13BC9B (or 0x13BC9B) is known color: Light Sea Green. HEX triplet: 13, BC and 9B. RGB value is (19,188,155). Sum of RGB (Red+Green+Blue) = 19+188+155=362 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.25% from 362); Green value is 188 (73.83% from 255 or 51.93% from 362); Blue value is 155 (60.94% from 255 or 42.82% from 362); Max value from RGB is 188 - color contains mainly: green. Hex color #13BC9B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13BC9B is #EC4364. Grayscale: #858585. Windows color (decimal): -15483749 or 10206227. OLE color: 10206227.
HSL color Cylindrical-coordinate representation of color #13BC9B: hue angle of 168.28º 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 #13BC9B is Cyan = 0.90, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 188 | 155 | - |
| CMYK | 0.90 | 0 | 0.18 | 0.26 |
| HSL | 168.28º | 0.82% | 0.41% | - |
| HSV(B) | 168.28º | 0.9% | 0.74% | - |
| XYZ | 24.17 | 38.47 | 37.16 | - |
| YUV | 133.71 | 140.01 | 46.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 188 | 155 | 0.90 | 0 | 0.18 | 0.26 | 168.28 | 0.82 | 0.41 |
| Hex | 13 | BC | 9B | 5A | 0 | 12 | 1A | A8 | 52 | 29 |
| Octal | 23 | 274 | 233 | 132 | 0 | 22 | 32 | 250 | 122 | 51 |
| Binary | 10011 | 10111100 | 10011011 | 1011010 | 0 | 10010 | 11010 | 10101000 | 1010010 | 101001 |
Color Harmonies of #13BC9B
Complementary color
Monochromatic Colors of #13BC9B
Black with #13BC9B
Text Example
Text Example
White with #13BC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13BC9B; }
p { color: rgb(19,188,155); }
H1.HeaderClassName
{
color: #13BC9B;
}
.AnyTagClassName
{
color: #13BC9B;
}
</style>
background-color css
<style>
a { background-color: #13BC9B; }
a { background-color: rgb(19,188,155); }
div.DivClassName
{
background-color: #13BC9B;
}
.BgClassName
{
background-color: #13BC9B;
}
</style>
border-color css
<style>
span { border-color: #13BC9B; }
span { border-color: rgb(19,188,155); }
td.TdClassName
{
border-color: #13BC9B;
}
.TagClassName
{
border-color: #13BC9B;
}
</style>