Shades of Light Sea Green #13C2AC
Tints of Light Sea Green #13C2AC
RGB
CMYK
RGB Variations
Color information
#13C2AC (or 0x13C2AC) is known color: Light Sea Green. HEX triplet: 13, C2 and AC. RGB value is (19,194,172). Sum of RGB (Red+Green+Blue) = 19+194+172=385 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.94% from 385); Green value is 194 (76.17% from 255 or 50.39% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 194 - color contains mainly: green. Hex color #13C2AC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13C2AC is #EC3D53. Grayscale: #8B8B8B. Windows color (decimal): -15482196 or 11321875. OLE color: 11321875.
HSL color Cylindrical-coordinate representation of color #13C2AC: hue angle of 172.46º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C2AC is Cyan = 0.90, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 19 | 194 | 172 | - |
| CMYK | 0.90 | 0 | 0.11 | 0.24 |
| HSL | 172.46º | 0.82% | 0.42% | - |
| HSV(B) | 172.46º | 0.9% | 0.76% | - |
| XYZ | 27.01 | 41.7 | 45.66 | - |
| YUV | 139.17 | 146.52 | 42.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 194 | 172 | 0.90 | 0 | 0.11 | 0.24 | 172.46 | 0.82 | 0.42 |
| Hex | 13 | C2 | AC | 5A | 0 | B | 18 | AC | 52 | 2A |
| Octal | 23 | 302 | 254 | 132 | 0 | 13 | 30 | 254 | 122 | 52 |
| Binary | 10011 | 11000010 | 10101100 | 1011010 | 0 | 1011 | 11000 | 10101100 | 1010010 | 101010 |
Color Harmonies of #13C2AC
Complementary color
Monochromatic Colors of #13C2AC
Black with #13C2AC
Text Example
Text Example
White with #13C2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C2AC; }
p { color: rgb(19,194,172); }
H1.HeaderClassName
{
color: #13C2AC;
}
.AnyTagClassName
{
color: #13C2AC;
}
</style>
background-color css
<style>
a { background-color: #13C2AC; }
a { background-color: rgb(19,194,172); }
div.DivClassName
{
background-color: #13C2AC;
}
.BgClassName
{
background-color: #13C2AC;
}
</style>
border-color css
<style>
span { border-color: #13C2AC; }
span { border-color: rgb(19,194,172); }
td.TdClassName
{
border-color: #13C2AC;
}
.TagClassName
{
border-color: #13C2AC;
}
</style>