Shades of Light Sea Green #15BABB
Tints of Light Sea Green #15BABB
RGB
CMYK
RGB Variations
Color information
#15BABB (or 0x15BABB) is known color: Light Sea Green. HEX triplet: 15, BA and BB. RGB value is (21,186,187). Sum of RGB (Red+Green+Blue) = 21+186+187=394 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.33% from 394); Green value is 186 (73.05% from 255 or 47.21% from 394); Blue value is 187 (73.44% from 255 or 47.46% from 394); Max value from RGB is 187 - color contains mainly: blue. Hex color #15BABB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15BABB is #EA4544. Grayscale: #888888. Windows color (decimal): -15353157 or 12302869. OLE color: 12302869.
HSL color Cylindrical-coordinate representation of color #15BABB: hue angle of 180.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 #15BABB is Cyan = 0.89, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 21 | 186 | 187 | - |
| CMYK | 0.89 | 0.01 | 0 | 0.27 |
| HSL | 180.36º | 0.8% | 0.41% | - |
| HSV(B) | 180.36º | 0.89% | 0.73% | - |
| XYZ | 26.84 | 38.87 | 53.1 | - |
| YUV | 136.78 | 156.34 | 45.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 186 | 187 | 0.89 | 0.01 | 0 | 0.27 | 180.36 | 0.8 | 0.41 |
| Hex | 15 | BA | BB | 59 | 1 | 0 | 1B | B4 | 50 | 29 |
| Octal | 25 | 272 | 273 | 131 | 1 | 0 | 33 | 264 | 120 | 51 |
| Binary | 10101 | 10111010 | 10111011 | 1011001 | 1 | 0 | 11011 | 10110100 | 1010000 | 101001 |
Color Harmonies of #15BABB
Complementary color
Monochromatic Colors of #15BABB
Black with #15BABB
Text Example
Text Example
White with #15BABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BABB; }
p { color: rgb(21,186,187); }
H1.HeaderClassName
{
color: #15BABB;
}
.AnyTagClassName
{
color: #15BABB;
}
</style>
background-color css
<style>
a { background-color: #15BABB; }
a { background-color: rgb(21,186,187); }
div.DivClassName
{
background-color: #15BABB;
}
.BgClassName
{
background-color: #15BABB;
}
</style>
border-color css
<style>
span { border-color: #15BABB; }
span { border-color: rgb(21,186,187); }
td.TdClassName
{
border-color: #15BABB;
}
.TagClassName
{
border-color: #15BABB;
}
</style>