Shades of Light Sea Green #15BCAC
Tints of Light Sea Green #15BCAC
RGB
CMYK
RGB Variations
Color information
#15BCAC (or 0x15BCAC) is known color: Light Sea Green. HEX triplet: 15, BC and AC. RGB value is (21,188,172). Sum of RGB (Red+Green+Blue) = 21+188+172=381 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.51% from 381); Green value is 188 (73.83% from 255 or 49.34% from 381); Blue value is 172 (67.58% from 255 or 45.14% from 381); Max value from RGB is 188 - color contains mainly: green. Hex color #15BCAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15BCAC is #EA4353. Grayscale: #888888. Windows color (decimal): -15352660 or 11320341. OLE color: 11320341.
HSL color Cylindrical-coordinate representation of color #15BCAC: hue angle of 174.25º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15BCAC is Cyan = 0.89, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 21 | 188 | 172 | - |
| CMYK | 0.89 | 0 | 0.09 | 0.26 |
| HSL | 174.25º | 0.8% | 0.41% | - |
| HSV(B) | 174.25º | 0.89% | 0.74% | - |
| XYZ | 25.74 | 39.1 | 45.22 | - |
| YUV | 136.24 | 148.17 | 45.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 188 | 172 | 0.89 | 0 | 0.09 | 0.26 | 174.25 | 0.8 | 0.41 |
| Hex | 15 | BC | AC | 59 | 0 | 9 | 1A | AE | 50 | 29 |
| Octal | 25 | 274 | 254 | 131 | 0 | 11 | 32 | 256 | 120 | 51 |
| Binary | 10101 | 10111100 | 10101100 | 1011001 | 0 | 1001 | 11010 | 10101110 | 1010000 | 101001 |
Color Harmonies of #15BCAC
Complementary color
Monochromatic Colors of #15BCAC
Black with #15BCAC
Text Example
Text Example
White with #15BCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BCAC; }
p { color: rgb(21,188,172); }
H1.HeaderClassName
{
color: #15BCAC;
}
.AnyTagClassName
{
color: #15BCAC;
}
</style>
background-color css
<style>
a { background-color: #15BCAC; }
a { background-color: rgb(21,188,172); }
div.DivClassName
{
background-color: #15BCAC;
}
.BgClassName
{
background-color: #15BCAC;
}
</style>
border-color css
<style>
span { border-color: #15BCAC; }
span { border-color: rgb(21,188,172); }
td.TdClassName
{
border-color: #15BCAC;
}
.TagClassName
{
border-color: #15BCAC;
}
</style>