Shades of Light Sea Green #13BD9D
Tints of Light Sea Green #13BD9D
RGB
CMYK
RGB Variations
Color information
#13BD9D (or 0x13BD9D) is known color: Light Sea Green. HEX triplet: 13, BD and 9D. RGB value is (19,189,157). Sum of RGB (Red+Green+Blue) = 19+189+157=365 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.21% from 365); Green value is 189 (74.22% from 255 or 51.78% from 365); Blue value is 157 (61.72% from 255 or 43.01% from 365); Max value from RGB is 189 - color contains mainly: green. Hex color #13BD9D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13BD9D is #EC4262. Grayscale: #868686. Windows color (decimal): -15483491 or 10337555. OLE color: 10337555.
HSL color Cylindrical-coordinate representation of color #13BD9D: hue angle of 168.71º 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 #13BD9D is Cyan = 0.90, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 189 | 157 | - |
| CMYK | 0.90 | 0 | 0.17 | 0.26 |
| HSL | 168.71º | 0.82% | 0.41% | - |
| HSV(B) | 168.71º | 0.9% | 0.74% | - |
| XYZ | 24.55 | 38.97 | 38.13 | - |
| YUV | 134.52 | 140.68 | 45.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 189 | 157 | 0.90 | 0 | 0.17 | 0.26 | 168.71 | 0.82 | 0.41 |
| Hex | 13 | BD | 9D | 5A | 0 | 11 | 1A | A9 | 52 | 29 |
| Octal | 23 | 275 | 235 | 132 | 0 | 21 | 32 | 251 | 122 | 51 |
| Binary | 10011 | 10111101 | 10011101 | 1011010 | 0 | 10001 | 11010 | 10101001 | 1010010 | 101001 |
Color Harmonies of #13BD9D
Complementary color
Monochromatic Colors of #13BD9D
Black with #13BD9D
Text Example
Text Example
White with #13BD9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13BD9D; }
p { color: rgb(19,189,157); }
H1.HeaderClassName
{
color: #13BD9D;
}
.AnyTagClassName
{
color: #13BD9D;
}
</style>
background-color css
<style>
a { background-color: #13BD9D; }
a { background-color: rgb(19,189,157); }
div.DivClassName
{
background-color: #13BD9D;
}
.BgClassName
{
background-color: #13BD9D;
}
</style>
border-color css
<style>
span { border-color: #13BD9D; }
span { border-color: rgb(19,189,157); }
td.TdClassName
{
border-color: #13BD9D;
}
.TagClassName
{
border-color: #13BD9D;
}
</style>