Shades of Light Sea Green #15BDBA
Tints of Light Sea Green #15BDBA
RGB
CMYK
RGB Variations
Color information
#15BDBA (or 0x15BDBA) is known color: Light Sea Green. HEX triplet: 15, BD and BA. RGB value is (21,189,186). Sum of RGB (Red+Green+Blue) = 21+189+186=396 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.30% from 396); Green value is 189 (74.22% from 255 or 47.73% from 396); Blue value is 186 (73.05% from 255 or 46.97% from 396); Max value from RGB is 189 - color contains mainly: green. Hex color #15BDBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15BDBA is #EA4245. Grayscale: #8A8A8A. Windows color (decimal): -15352390 or 12238101. OLE color: 12238101.
HSL color Cylindrical-coordinate representation of color #15BDBA: hue angle of 178.93º 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 #15BDBA is Cyan = 0.89, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 21 | 189 | 186 | - |
| CMYK | 0.89 | 0 | 0.02 | 0.26 |
| HSL | 178.93º | 0.8% | 0.41% | - |
| HSV(B) | 178.93º | 0.89% | 0.74% | - |
| XYZ | 27.37 | 40.1 | 52.75 | - |
| YUV | 138.43 | 154.84 | 44.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 189 | 186 | 0.89 | 0 | 0.02 | 0.26 | 178.93 | 0.8 | 0.41 |
| Hex | 15 | BD | BA | 59 | 0 | 2 | 1A | B3 | 50 | 29 |
| Octal | 25 | 275 | 272 | 131 | 0 | 2 | 32 | 263 | 120 | 51 |
| Binary | 10101 | 10111101 | 10111010 | 1011001 | 0 | 10 | 11010 | 10110011 | 1010000 | 101001 |
Color Harmonies of #15BDBA
Complementary color
Monochromatic Colors of #15BDBA
Black with #15BDBA
Text Example
Text Example
White with #15BDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BDBA; }
p { color: rgb(21,189,186); }
H1.HeaderClassName
{
color: #15BDBA;
}
.AnyTagClassName
{
color: #15BDBA;
}
</style>
background-color css
<style>
a { background-color: #15BDBA; }
a { background-color: rgb(21,189,186); }
div.DivClassName
{
background-color: #15BDBA;
}
.BgClassName
{
background-color: #15BDBA;
}
</style>
border-color css
<style>
span { border-color: #15BDBA; }
span { border-color: rgb(21,189,186); }
td.TdClassName
{
border-color: #15BDBA;
}
.TagClassName
{
border-color: #15BDBA;
}
</style>