Shades of Light Sea Green #15C1AC
Tints of Light Sea Green #15C1AC
RGB
CMYK
RGB Variations
Color information
#15C1AC (or 0x15C1AC) is known color: Light Sea Green. HEX triplet: 15, C1 and AC. RGB value is (21,193,172). Sum of RGB (Red+Green+Blue) = 21+193+172=386 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.44% from 386); Green value is 193 (75.78% from 255 or 50% from 386); Blue value is 172 (67.58% from 255 or 44.56% from 386); Max value from RGB is 193 - color contains mainly: green. Hex color #15C1AC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15C1AC is #EA3E53. Grayscale: #8B8B8B. Windows color (decimal): -15351380 or 11321621. OLE color: 11321621.
HSL color Cylindrical-coordinate representation of color #15C1AC: hue angle of 172.67º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15C1AC is Cyan = 0.89, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 21 | 193 | 172 | - |
| CMYK | 0.89 | 0 | 0.11 | 0.24 |
| HSL | 172.67º | 0.8% | 0.42% | - |
| HSV(B) | 172.67º | 0.89% | 0.76% | - |
| XYZ | 26.83 | 41.28 | 45.58 | - |
| YUV | 139.18 | 146.52 | 43.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 193 | 172 | 0.89 | 0 | 0.11 | 0.24 | 172.67 | 0.8 | 0.42 |
| Hex | 15 | C1 | AC | 59 | 0 | B | 18 | AD | 50 | 2A |
| Octal | 25 | 301 | 254 | 131 | 0 | 13 | 30 | 255 | 120 | 52 |
| Binary | 10101 | 11000001 | 10101100 | 1011001 | 0 | 1011 | 11000 | 10101101 | 1010000 | 101010 |
Color Harmonies of #15C1AC
Complementary color
Monochromatic Colors of #15C1AC
Black with #15C1AC
Text Example
Text Example
White with #15C1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15C1AC; }
p { color: rgb(21,193,172); }
H1.HeaderClassName
{
color: #15C1AC;
}
.AnyTagClassName
{
color: #15C1AC;
}
</style>
background-color css
<style>
a { background-color: #15C1AC; }
a { background-color: rgb(21,193,172); }
div.DivClassName
{
background-color: #15C1AC;
}
.BgClassName
{
background-color: #15C1AC;
}
</style>
border-color css
<style>
span { border-color: #15C1AC; }
span { border-color: rgb(21,193,172); }
td.TdClassName
{
border-color: #15C1AC;
}
.TagClassName
{
border-color: #15C1AC;
}
</style>