Shades of Light Sea Green #15BA9A
Tints of Light Sea Green #15BA9A
RGB
CMYK
RGB Variations
Color information
#15BA9A (or 0x15BA9A) is known color: Light Sea Green. HEX triplet: 15, BA and 9A. RGB value is (21,186,154). Sum of RGB (Red+Green+Blue) = 21+186+154=361 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.82% from 361); Green value is 186 (73.05% from 255 or 51.52% from 361); Blue value is 154 (60.55% from 255 or 42.66% from 361); Max value from RGB is 186 - color contains mainly: green. Hex color #15BA9A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15BA9A is #EA4565. Grayscale: #848484. Windows color (decimal): -15353190 or 10140181. OLE color: 10140181.
HSL color Cylindrical-coordinate representation of color #15BA9A: hue angle of 168.36º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15BA9A is Cyan = 0.89, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 21 | 186 | 154 | - |
| CMYK | 0.89 | 0 | 0.17 | 0.27 |
| HSL | 168.36º | 0.8% | 0.41% | - |
| HSV(B) | 168.36º | 0.89% | 0.73% | - |
| XYZ | 23.7 | 37.61 | 36.58 | - |
| YUV | 133.02 | 139.84 | 48.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 186 | 154 | 0.89 | 0 | 0.17 | 0.27 | 168.36 | 0.8 | 0.41 |
| Hex | 15 | BA | 9A | 59 | 0 | 11 | 1B | A8 | 50 | 29 |
| Octal | 25 | 272 | 232 | 131 | 0 | 21 | 33 | 250 | 120 | 51 |
| Binary | 10101 | 10111010 | 10011010 | 1011001 | 0 | 10001 | 11011 | 10101000 | 1010000 | 101001 |
Color Harmonies of #15BA9A
Complementary color
Monochromatic Colors of #15BA9A
Black with #15BA9A
Text Example
Text Example
White with #15BA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BA9A; }
p { color: rgb(21,186,154); }
H1.HeaderClassName
{
color: #15BA9A;
}
.AnyTagClassName
{
color: #15BA9A;
}
</style>
background-color css
<style>
a { background-color: #15BA9A; }
a { background-color: rgb(21,186,154); }
div.DivClassName
{
background-color: #15BA9A;
}
.BgClassName
{
background-color: #15BA9A;
}
</style>
border-color css
<style>
span { border-color: #15BA9A; }
span { border-color: rgb(21,186,154); }
td.TdClassName
{
border-color: #15BA9A;
}
.TagClassName
{
border-color: #15BA9A;
}
</style>