Shades of Light Sea Green #15BCA6
Tints of Light Sea Green #15BCA6
RGB
CMYK
RGB Variations
Color information
#15BCA6 (or 0x15BCA6) is known color: Light Sea Green. HEX triplet: 15, BC and A6. RGB value is (21,188,166). Sum of RGB (Red+Green+Blue) = 21+188+166=375 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.6% from 375); Green value is 188 (73.83% from 255 or 50.13% from 375); Blue value is 166 (65.23% from 255 or 44.27% from 375); Max value from RGB is 188 - color contains mainly: green. Hex color #15BCA6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15BCA6 is #EA4359. Grayscale: #878787. Windows color (decimal): -15352666 or 10927125. OLE color: 10927125.
HSL color Cylindrical-coordinate representation of color #15BCA6: hue angle of 172.1º 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 #15BCA6 is Cyan = 0.89, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 21 | 188 | 166 | - |
| CMYK | 0.89 | 0 | 0.12 | 0.26 |
| HSL | 172.1º | 0.8% | 0.41% | - |
| HSV(B) | 172.1º | 0.89% | 0.74% | - |
| XYZ | 25.18 | 38.88 | 42.25 | - |
| YUV | 135.56 | 145.17 | 46.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 188 | 166 | 0.89 | 0 | 0.12 | 0.26 | 172.1 | 0.8 | 0.41 |
| Hex | 15 | BC | A6 | 59 | 0 | C | 1A | AC | 50 | 29 |
| Octal | 25 | 274 | 246 | 131 | 0 | 14 | 32 | 254 | 120 | 51 |
| Binary | 10101 | 10111100 | 10100110 | 1011001 | 0 | 1100 | 11010 | 10101100 | 1010000 | 101001 |
Color Harmonies of #15BCA6
Complementary color
Monochromatic Colors of #15BCA6
Black with #15BCA6
Text Example
Text Example
White with #15BCA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BCA6; }
p { color: rgb(21,188,166); }
H1.HeaderClassName
{
color: #15BCA6;
}
.AnyTagClassName
{
color: #15BCA6;
}
</style>
background-color css
<style>
a { background-color: #15BCA6; }
a { background-color: rgb(21,188,166); }
div.DivClassName
{
background-color: #15BCA6;
}
.BgClassName
{
background-color: #15BCA6;
}
</style>
border-color css
<style>
span { border-color: #15BCA6; }
span { border-color: rgb(21,188,166); }
td.TdClassName
{
border-color: #15BCA6;
}
.TagClassName
{
border-color: #15BCA6;
}
</style>