Shades of Light Sea Green #13B89B
Tints of Light Sea Green #13B89B
RGB
CMYK
RGB Variations
Color information
#13B89B (or 0x13B89B) is known color: Light Sea Green. HEX triplet: 13, B8 and 9B. RGB value is (19,184,155). Sum of RGB (Red+Green+Blue) = 19+184+155=358 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.31% from 358); Green value is 184 (72.27% from 255 or 51.40% from 358); Blue value is 155 (60.94% from 255 or 43.30% from 358); Max value from RGB is 184 - color contains mainly: green. Hex color #13B89B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13B89B is #EC4764. Grayscale: #838383. Windows color (decimal): -15484773 or 10205203. OLE color: 10205203.
HSL color Cylindrical-coordinate representation of color #13B89B: hue angle of 169.45º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13B89B is Cyan = 0.90, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 19 | 184 | 155 | - |
| CMYK | 0.90 | 0 | 0.16 | 0.28 |
| HSL | 169.45º | 0.81% | 0.4% | - |
| HSV(B) | 169.45º | 0.9% | 0.72% | - |
| XYZ | 23.33 | 36.79 | 36.88 | - |
| YUV | 131.36 | 141.34 | 47.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 184 | 155 | 0.90 | 0 | 0.16 | 0.28 | 169.45 | 0.81 | 0.4 |
| Hex | 13 | B8 | 9B | 5A | 0 | 10 | 1C | A9 | 51 | 28 |
| Octal | 23 | 270 | 233 | 132 | 0 | 20 | 34 | 251 | 121 | 50 |
| Binary | 10011 | 10111000 | 10011011 | 1011010 | 0 | 10000 | 11100 | 10101001 | 1010001 | 101000 |
Color Harmonies of #13B89B
Complementary color
Monochromatic Colors of #13B89B
Black with #13B89B
Text Example
Text Example
White with #13B89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13B89B; }
p { color: rgb(19,184,155); }
H1.HeaderClassName
{
color: #13B89B;
}
.AnyTagClassName
{
color: #13B89B;
}
</style>
background-color css
<style>
a { background-color: #13B89B; }
a { background-color: rgb(19,184,155); }
div.DivClassName
{
background-color: #13B89B;
}
.BgClassName
{
background-color: #13B89B;
}
</style>
border-color css
<style>
span { border-color: #13B89B; }
span { border-color: rgb(19,184,155); }
td.TdClassName
{
border-color: #13B89B;
}
.TagClassName
{
border-color: #13B89B;
}
</style>