Shades of Light Sea Green #13BCA2
Tints of Light Sea Green #13BCA2
RGB
CMYK
RGB Variations
Color information
#13BCA2 (or 0x13BCA2) is known color: Light Sea Green. HEX triplet: 13, BC and A2. RGB value is (19,188,162). Sum of RGB (Red+Green+Blue) = 19+188+162=369 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.15% from 369); Green value is 188 (73.83% from 255 or 50.95% from 369); Blue value is 162 (63.67% from 255 or 43.90% from 369); Max value from RGB is 188 - color contains mainly: green. Hex color #13BCA2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13BCA2 is #EC435D. Grayscale: #868686. Windows color (decimal): -15483742 or 10664979. OLE color: 10664979.
HSL color Cylindrical-coordinate representation of color #13BCA2: hue angle of 170.77º 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 #13BCA2 is Cyan = 0.90, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 188 | 162 | - |
| CMYK | 0.90 | 0 | 0.14 | 0.26 |
| HSL | 170.77º | 0.82% | 0.41% | - |
| HSV(B) | 170.77º | 0.9% | 0.74% | - |
| XYZ | 24.77 | 38.71 | 40.35 | - |
| YUV | 134.51 | 143.51 | 45.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 188 | 162 | 0.90 | 0 | 0.14 | 0.26 | 170.77 | 0.82 | 0.41 |
| Hex | 13 | BC | A2 | 5A | 0 | E | 1A | AB | 52 | 29 |
| Octal | 23 | 274 | 242 | 132 | 0 | 16 | 32 | 253 | 122 | 51 |
| Binary | 10011 | 10111100 | 10100010 | 1011010 | 0 | 1110 | 11010 | 10101011 | 1010010 | 101001 |
Color Harmonies of #13BCA2
Complementary color
Monochromatic Colors of #13BCA2
Black with #13BCA2
Text Example
Text Example
White with #13BCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13BCA2; }
p { color: rgb(19,188,162); }
H1.HeaderClassName
{
color: #13BCA2;
}
.AnyTagClassName
{
color: #13BCA2;
}
</style>
background-color css
<style>
a { background-color: #13BCA2; }
a { background-color: rgb(19,188,162); }
div.DivClassName
{
background-color: #13BCA2;
}
.BgClassName
{
background-color: #13BCA2;
}
</style>
border-color css
<style>
span { border-color: #13BCA2; }
span { border-color: rgb(19,188,162); }
td.TdClassName
{
border-color: #13BCA2;
}
.TagClassName
{
border-color: #13BCA2;
}
</style>