Shades of Light Sea Green #15BDBB
Tints of Light Sea Green #15BDBB
RGB
CMYK
RGB Variations
Color information
#15BDBB (or 0x15BDBB) is known color: Light Sea Green. HEX triplet: 15, BD and BB. RGB value is (21,189,187). Sum of RGB (Red+Green+Blue) = 21+189+187=397 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.29% from 397); Green value is 189 (74.22% from 255 or 47.61% from 397); Blue value is 187 (73.44% from 255 or 47.10% from 397); Max value from RGB is 189 - color contains mainly: green. Hex color #15BDBB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15BDBB is #EA4244. Grayscale: #8A8A8A. Windows color (decimal): -15352389 or 12303637. OLE color: 12303637.
HSL color Cylindrical-coordinate representation of color #15BDBB: hue angle of 179.29º 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 #15BDBB is Cyan = 0.89, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 21 | 189 | 187 | - |
| CMYK | 0.89 | 0 | 0.01 | 0.26 |
| HSL | 179.29º | 0.8% | 0.41% | - |
| HSV(B) | 179.29º | 0.89% | 0.74% | - |
| XYZ | 27.48 | 40.14 | 53.31 | - |
| YUV | 138.54 | 155.34 | 44.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 189 | 187 | 0.89 | 0 | 0.01 | 0.26 | 179.29 | 0.8 | 0.41 |
| Hex | 15 | BD | BB | 59 | 0 | 1 | 1A | B3 | 50 | 29 |
| Octal | 25 | 275 | 273 | 131 | 0 | 1 | 32 | 263 | 120 | 51 |
| Binary | 10101 | 10111101 | 10111011 | 1011001 | 0 | 1 | 11010 | 10110011 | 1010000 | 101001 |
Color Harmonies of #15BDBB
Complementary color
Monochromatic Colors of #15BDBB
Black with #15BDBB
Text Example
Text Example
White with #15BDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BDBB; }
p { color: rgb(21,189,187); }
H1.HeaderClassName
{
color: #15BDBB;
}
.AnyTagClassName
{
color: #15BDBB;
}
</style>
background-color css
<style>
a { background-color: #15BDBB; }
a { background-color: rgb(21,189,187); }
div.DivClassName
{
background-color: #15BDBB;
}
.BgClassName
{
background-color: #15BDBB;
}
</style>
border-color css
<style>
span { border-color: #15BDBB; }
span { border-color: rgb(21,189,187); }
td.TdClassName
{
border-color: #15BDBB;
}
.TagClassName
{
border-color: #15BDBB;
}
</style>