Shades of Light Sea Green #13BDB5
Tints of Light Sea Green #13BDB5
RGB
CMYK
RGB Variations
Color information
#13BDB5 (or 0x13BDB5) is known color: Light Sea Green. HEX triplet: 13, BD and B5. RGB value is (19,189,181). Sum of RGB (Red+Green+Blue) = 19+189+181=389 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.88% from 389); Green value is 189 (74.22% from 255 or 48.59% from 389); Blue value is 181 (71.09% from 255 or 46.53% from 389); Max value from RGB is 189 - color contains mainly: green. Hex color #13BDB5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13BDB5 is #EC424A. Grayscale: #898989. Windows color (decimal): -15483467 or 11910419. OLE color: 11910419.
HSL color Cylindrical-coordinate representation of color #13BDB5: hue angle of 177.18º 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 #13BDB5 is Cyan = 0.90, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 189 | 181 | - |
| CMYK | 0.90 | 0 | 0.04 | 0.26 |
| HSL | 177.18º | 0.82% | 0.41% | - |
| HSV(B) | 177.18º | 0.9% | 0.74% | - |
| XYZ | 26.81 | 39.87 | 50 | - |
| YUV | 137.26 | 152.68 | 43.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 189 | 181 | 0.90 | 0 | 0.04 | 0.26 | 177.18 | 0.82 | 0.41 |
| Hex | 13 | BD | B5 | 5A | 0 | 4 | 1A | B1 | 52 | 29 |
| Octal | 23 | 275 | 265 | 132 | 0 | 4 | 32 | 261 | 122 | 51 |
| Binary | 10011 | 10111101 | 10110101 | 1011010 | 0 | 100 | 11010 | 10110001 | 1010010 | 101001 |
Color Harmonies of #13BDB5
Complementary color
Monochromatic Colors of #13BDB5
Black with #13BDB5
Text Example
Text Example
White with #13BDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13BDB5; }
p { color: rgb(19,189,181); }
H1.HeaderClassName
{
color: #13BDB5;
}
.AnyTagClassName
{
color: #13BDB5;
}
</style>
background-color css
<style>
a { background-color: #13BDB5; }
a { background-color: rgb(19,189,181); }
div.DivClassName
{
background-color: #13BDB5;
}
.BgClassName
{
background-color: #13BDB5;
}
</style>
border-color css
<style>
span { border-color: #13BDB5; }
span { border-color: rgb(19,189,181); }
td.TdClassName
{
border-color: #13BDB5;
}
.TagClassName
{
border-color: #13BDB5;
}
</style>