Shades of Light Sea Green #13C0A5
Tints of Light Sea Green #13C0A5
RGB
CMYK
RGB Variations
Color information
#13C0A5 (or 0x13C0A5) is known color: Light Sea Green. HEX triplet: 13, C0 and A5. RGB value is (19,192,165). Sum of RGB (Red+Green+Blue) = 19+192+165=376 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.05% from 376); Green value is 192 (75.39% from 255 or 51.06% from 376); Blue value is 165 (64.84% from 255 or 43.88% from 376); Max value from RGB is 192 - color contains mainly: green. Hex color #13C0A5 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13C0A5 is #EC3F5A. Grayscale: #898989. Windows color (decimal): -15482715 or 10862611. OLE color: 10862611.
HSL color Cylindrical-coordinate representation of color #13C0A5: hue angle of 170.64º 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 #13C0A5 is Cyan = 0.90, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 19 | 192 | 165 | - |
| CMYK | 0.90 | 0 | 0.14 | 0.25 |
| HSL | 170.64º | 0.82% | 0.41% | - |
| HSV(B) | 170.64º | 0.9% | 0.75% | - |
| XYZ | 25.91 | 40.55 | 42.06 | - |
| YUV | 137.2 | 143.69 | 43.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 192 | 165 | 0.90 | 0 | 0.14 | 0.25 | 170.64 | 0.82 | 0.41 |
| Hex | 13 | C0 | A5 | 5A | 0 | E | 19 | AB | 52 | 29 |
| Octal | 23 | 300 | 245 | 132 | 0 | 16 | 31 | 253 | 122 | 51 |
| Binary | 10011 | 11000000 | 10100101 | 1011010 | 0 | 1110 | 11001 | 10101011 | 1010010 | 101001 |
Color Harmonies of #13C0A5
Complementary color
Monochromatic Colors of #13C0A5
Black with #13C0A5
Text Example
Text Example
White with #13C0A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C0A5; }
p { color: rgb(19,192,165); }
H1.HeaderClassName
{
color: #13C0A5;
}
.AnyTagClassName
{
color: #13C0A5;
}
</style>
background-color css
<style>
a { background-color: #13C0A5; }
a { background-color: rgb(19,192,165); }
div.DivClassName
{
background-color: #13C0A5;
}
.BgClassName
{
background-color: #13C0A5;
}
</style>
border-color css
<style>
span { border-color: #13C0A5; }
span { border-color: rgb(19,192,165); }
td.TdClassName
{
border-color: #13C0A5;
}
.TagClassName
{
border-color: #13C0A5;
}
</style>