Shades of Light Sea Green #13BEA8
Tints of Light Sea Green #13BEA8
RGB
CMYK
RGB Variations
Color information
#13BEA8 (or 0x13BEA8) is known color: Light Sea Green. HEX triplet: 13, BE and A8. RGB value is (19,190,168). Sum of RGB (Red+Green+Blue) = 19+190+168=377 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.04% from 377); Green value is 190 (74.61% from 255 or 50.40% from 377); Blue value is 168 (66.02% from 255 or 44.56% from 377); Max value from RGB is 190 - color contains mainly: green. Hex color #13BEA8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13BEA8 is #EC4157. Grayscale: #888888. Windows color (decimal): -15483224 or 11058707. OLE color: 11058707.
HSL color Cylindrical-coordinate representation of color #13BEA8: hue angle of 172.28º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13BEA8 is Cyan = 0.90, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 19 | 190 | 168 | - |
| CMYK | 0.90 | 0 | 0.12 | 0.25 |
| HSL | 172.28º | 0.82% | 0.41% | - |
| HSV(B) | 172.28º | 0.9% | 0.75% | - |
| XYZ | 25.75 | 39.79 | 43.37 | - |
| YUV | 136.36 | 145.85 | 44.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 190 | 168 | 0.90 | 0 | 0.12 | 0.25 | 172.28 | 0.82 | 0.41 |
| Hex | 13 | BE | A8 | 5A | 0 | C | 19 | AC | 52 | 29 |
| Octal | 23 | 276 | 250 | 132 | 0 | 14 | 31 | 254 | 122 | 51 |
| Binary | 10011 | 10111110 | 10101000 | 1011010 | 0 | 1100 | 11001 | 10101100 | 1010010 | 101001 |
Color Harmonies of #13BEA8
Complementary color
Monochromatic Colors of #13BEA8
Black with #13BEA8
Text Example
Text Example
White with #13BEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13BEA8; }
p { color: rgb(19,190,168); }
H1.HeaderClassName
{
color: #13BEA8;
}
.AnyTagClassName
{
color: #13BEA8;
}
</style>
background-color css
<style>
a { background-color: #13BEA8; }
a { background-color: rgb(19,190,168); }
div.DivClassName
{
background-color: #13BEA8;
}
.BgClassName
{
background-color: #13BEA8;
}
</style>
border-color css
<style>
span { border-color: #13BEA8; }
span { border-color: rgb(19,190,168); }
td.TdClassName
{
border-color: #13BEA8;
}
.TagClassName
{
border-color: #13BEA8;
}
</style>