Shades of Light Sea Green #15B7BA
Tints of Light Sea Green #15B7BA
RGB
CMYK
RGB Variations
Color information
#15B7BA (or 0x15B7BA) is known color: Light Sea Green. HEX triplet: 15, B7 and BA. RGB value is (21,183,186). Sum of RGB (Red+Green+Blue) = 21+183+186=390 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.38% from 390); Green value is 183 (71.88% from 255 or 46.92% from 390); Blue value is 186 (73.05% from 255 or 47.69% from 390); Max value from RGB is 186 - color contains mainly: blue. Hex color #15B7BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15B7BA is #EA4845. Grayscale: #868686. Windows color (decimal): -15353926 or 12236565. OLE color: 12236565.
HSL color Cylindrical-coordinate representation of color #15B7BA: hue angle of 181.09º 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 #15B7BA is Cyan = 0.89, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 21 | 183 | 186 | - |
| CMYK | 0.89 | 0.02 | 0 | 0.27 |
| HSL | 181.09º | 0.8% | 0.41% | - |
| HSV(B) | 181.09º | 0.89% | 0.73% | - |
| XYZ | 26.11 | 37.57 | 52.33 | - |
| YUV | 134.9 | 156.83 | 46.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 183 | 186 | 0.89 | 0.02 | 0 | 0.27 | 181.09 | 0.8 | 0.41 |
| Hex | 15 | B7 | BA | 59 | 2 | 0 | 1B | B5 | 50 | 29 |
| Octal | 25 | 267 | 272 | 131 | 2 | 0 | 33 | 265 | 120 | 51 |
| Binary | 10101 | 10110111 | 10111010 | 1011001 | 10 | 0 | 11011 | 10110101 | 1010000 | 101001 |
Color Harmonies of #15B7BA
Complementary color
Monochromatic Colors of #15B7BA
Black with #15B7BA
Text Example
Text Example
White with #15B7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15B7BA; }
p { color: rgb(21,183,186); }
H1.HeaderClassName
{
color: #15B7BA;
}
.AnyTagClassName
{
color: #15B7BA;
}
</style>
background-color css
<style>
a { background-color: #15B7BA; }
a { background-color: rgb(21,183,186); }
div.DivClassName
{
background-color: #15B7BA;
}
.BgClassName
{
background-color: #15B7BA;
}
</style>
border-color css
<style>
span { border-color: #15B7BA; }
span { border-color: rgb(21,183,186); }
td.TdClassName
{
border-color: #15B7BA;
}
.TagClassName
{
border-color: #15B7BA;
}
</style>