Shades of Light Sea Green #13BDA5
Tints of Light Sea Green #13BDA5
RGB
CMYK
RGB Variations
Color information
#13BDA5 (or 0x13BDA5) is known color: Light Sea Green. HEX triplet: 13, BD and A5. RGB value is (19,189,165). Sum of RGB (Red+Green+Blue) = 19+189+165=373 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.09% from 373); Green value is 189 (74.22% from 255 or 50.67% from 373); Blue value is 165 (64.84% from 255 or 44.24% from 373); Max value from RGB is 189 - color contains mainly: green. Hex color #13BDA5 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13BDA5 is #EC425A. Grayscale: #878787. Windows color (decimal): -15483483 or 10861843. OLE color: 10861843.
HSL color Cylindrical-coordinate representation of color #13BDA5: hue angle of 171.53º 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 #13BDA5 is Cyan = 0.90, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 189 | 165 | - |
| CMYK | 0.90 | 0 | 0.13 | 0.26 |
| HSL | 171.53º | 0.82% | 0.41% | - |
| HSV(B) | 171.53º | 0.9% | 0.74% | - |
| XYZ | 25.26 | 39.25 | 41.84 | - |
| YUV | 135.43 | 144.68 | 44.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 189 | 165 | 0.90 | 0 | 0.13 | 0.26 | 171.53 | 0.82 | 0.41 |
| Hex | 13 | BD | A5 | 5A | 0 | D | 1A | AC | 52 | 29 |
| Octal | 23 | 275 | 245 | 132 | 0 | 15 | 32 | 254 | 122 | 51 |
| Binary | 10011 | 10111101 | 10100101 | 1011010 | 0 | 1101 | 11010 | 10101100 | 1010010 | 101001 |
Color Harmonies of #13BDA5
Complementary color
Monochromatic Colors of #13BDA5
Black with #13BDA5
Text Example
Text Example
White with #13BDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13BDA5; }
p { color: rgb(19,189,165); }
H1.HeaderClassName
{
color: #13BDA5;
}
.AnyTagClassName
{
color: #13BDA5;
}
</style>
background-color css
<style>
a { background-color: #13BDA5; }
a { background-color: rgb(19,189,165); }
div.DivClassName
{
background-color: #13BDA5;
}
.BgClassName
{
background-color: #13BDA5;
}
</style>
border-color css
<style>
span { border-color: #13BDA5; }
span { border-color: rgb(19,189,165); }
td.TdClassName
{
border-color: #13BDA5;
}
.TagClassName
{
border-color: #13BDA5;
}
</style>