Shades of Light Sea Green #13BCAA
Tints of Light Sea Green #13BCAA
RGB
CMYK
RGB Variations
Color information
#13BCAA (or 0x13BCAA) is known color: Light Sea Green. HEX triplet: 13, BC and AA. RGB value is (19,188,170). Sum of RGB (Red+Green+Blue) = 19+188+170=377 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.04% from 377); Green value is 188 (73.83% from 255 or 49.87% from 377); Blue value is 170 (66.80% from 255 or 45.09% from 377); Max value from RGB is 188 - color contains mainly: green. Hex color #13BCAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13BCAA is #EC4355. Grayscale: #878787. Windows color (decimal): -15483734 or 11189267. OLE color: 11189267.
HSL color Cylindrical-coordinate representation of color #13BCAA: hue angle of 173.61º 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 #13BCAA is Cyan = 0.90, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 188 | 170 | - |
| CMYK | 0.90 | 0 | 0.10 | 0.26 |
| HSL | 173.61º | 0.82% | 0.41% | - |
| HSV(B) | 173.61º | 0.9% | 0.74% | - |
| XYZ | 25.51 | 39.01 | 44.21 | - |
| YUV | 135.42 | 147.51 | 44.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 188 | 170 | 0.90 | 0 | 0.10 | 0.26 | 173.61 | 0.82 | 0.41 |
| Hex | 13 | BC | AA | 5A | 0 | A | 1A | AE | 52 | 29 |
| Octal | 23 | 274 | 252 | 132 | 0 | 12 | 32 | 256 | 122 | 51 |
| Binary | 10011 | 10111100 | 10101010 | 1011010 | 0 | 1010 | 11010 | 10101110 | 1010010 | 101001 |
Color Harmonies of #13BCAA
Complementary color
Monochromatic Colors of #13BCAA
Black with #13BCAA
Text Example
Text Example
White with #13BCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13BCAA; }
p { color: rgb(19,188,170); }
H1.HeaderClassName
{
color: #13BCAA;
}
.AnyTagClassName
{
color: #13BCAA;
}
</style>
background-color css
<style>
a { background-color: #13BCAA; }
a { background-color: rgb(19,188,170); }
div.DivClassName
{
background-color: #13BCAA;
}
.BgClassName
{
background-color: #13BCAA;
}
</style>
border-color css
<style>
span { border-color: #13BCAA; }
span { border-color: rgb(19,188,170); }
td.TdClassName
{
border-color: #13BCAA;
}
.TagClassName
{
border-color: #13BCAA;
}
</style>