Shades of Light Sea Green #13BDA1
Tints of Light Sea Green #13BDA1
RGB
CMYK
RGB Variations
Color information
#13BDA1 (or 0x13BDA1) is known color: Light Sea Green. HEX triplet: 13, BD and A1. RGB value is (19,189,161). Sum of RGB (Red+Green+Blue) = 19+189+161=369 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.15% from 369); Green value is 189 (74.22% from 255 or 51.22% from 369); Blue value is 161 (63.28% from 255 or 43.63% from 369); Max value from RGB is 189 - color contains mainly: green. Hex color #13BDA1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13BDA1 is #EC425E. Grayscale: #868686. Windows color (decimal): -15483487 or 10599699. OLE color: 10599699.
HSL color Cylindrical-coordinate representation of color #13BDA1: hue angle of 170.12º 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 #13BDA1 is Cyan = 0.90, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 189 | 161 | - |
| CMYK | 0.90 | 0 | 0.15 | 0.26 |
| HSL | 170.12º | 0.82% | 0.41% | - |
| HSV(B) | 170.12º | 0.9% | 0.74% | - |
| XYZ | 24.9 | 39.11 | 39.95 | - |
| YUV | 134.98 | 142.68 | 45.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 189 | 161 | 0.90 | 0 | 0.15 | 0.26 | 170.12 | 0.82 | 0.41 |
| Hex | 13 | BD | A1 | 5A | 0 | F | 1A | AA | 52 | 29 |
| Octal | 23 | 275 | 241 | 132 | 0 | 17 | 32 | 252 | 122 | 51 |
| Binary | 10011 | 10111101 | 10100001 | 1011010 | 0 | 1111 | 11010 | 10101010 | 1010010 | 101001 |
Color Harmonies of #13BDA1
Complementary color
Monochromatic Colors of #13BDA1
Black with #13BDA1
Text Example
Text Example
White with #13BDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13BDA1; }
p { color: rgb(19,189,161); }
H1.HeaderClassName
{
color: #13BDA1;
}
.AnyTagClassName
{
color: #13BDA1;
}
</style>
background-color css
<style>
a { background-color: #13BDA1; }
a { background-color: rgb(19,189,161); }
div.DivClassName
{
background-color: #13BDA1;
}
.BgClassName
{
background-color: #13BDA1;
}
</style>
border-color css
<style>
span { border-color: #13BDA1; }
span { border-color: rgb(19,189,161); }
td.TdClassName
{
border-color: #13BDA1;
}
.TagClassName
{
border-color: #13BDA1;
}
</style>