Shades of Light Sea Green #13BBA1
Tints of Light Sea Green #13BBA1
RGB
CMYK
RGB Variations
Color information
#13BBA1 (or 0x13BBA1) is known color: Light Sea Green. HEX triplet: 13, BB and A1. RGB value is (19,187,161). Sum of RGB (Red+Green+Blue) = 19+187+161=367 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.18% from 367); Green value is 187 (73.44% from 255 or 50.95% from 367); Blue value is 161 (63.28% from 255 or 43.87% from 367); Max value from RGB is 187 - color contains mainly: green. Hex color #13BBA1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13BBA1 is #EC445E. Grayscale: #858585. Windows color (decimal): -15483999 or 10599187. OLE color: 10599187.
HSL color Cylindrical-coordinate representation of color #13BBA1: hue angle of 170.71º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13BBA1 is Cyan = 0.90, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 19 | 187 | 161 | - |
| CMYK | 0.90 | 0 | 0.14 | 0.27 |
| HSL | 170.71º | 0.82% | 0.4% | - |
| HSV(B) | 170.71º | 0.9% | 0.73% | - |
| XYZ | 24.47 | 38.25 | 39.81 | - |
| YUV | 133.8 | 143.34 | 46.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 187 | 161 | 0.90 | 0 | 0.14 | 0.27 | 170.71 | 0.82 | 0.4 |
| Hex | 13 | BB | A1 | 5A | 0 | E | 1B | AB | 52 | 28 |
| Octal | 23 | 273 | 241 | 132 | 0 | 16 | 33 | 253 | 122 | 50 |
| Binary | 10011 | 10111011 | 10100001 | 1011010 | 0 | 1110 | 11011 | 10101011 | 1010010 | 101000 |
Color Harmonies of #13BBA1
Complementary color
Monochromatic Colors of #13BBA1
Black with #13BBA1
Text Example
Text Example
White with #13BBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13BBA1; }
p { color: rgb(19,187,161); }
H1.HeaderClassName
{
color: #13BBA1;
}
.AnyTagClassName
{
color: #13BBA1;
}
</style>
background-color css
<style>
a { background-color: #13BBA1; }
a { background-color: rgb(19,187,161); }
div.DivClassName
{
background-color: #13BBA1;
}
.BgClassName
{
background-color: #13BBA1;
}
</style>
border-color css
<style>
span { border-color: #13BBA1; }
span { border-color: rgb(19,187,161); }
td.TdClassName
{
border-color: #13BBA1;
}
.TagClassName
{
border-color: #13BBA1;
}
</style>