Shades of Light Sea Green #15BFBC
Tints of Light Sea Green #15BFBC
RGB
CMYK
RGB Variations
Color information
#15BFBC (or 0x15BFBC) is known color: Light Sea Green. HEX triplet: 15, BF and BC. RGB value is (21,191,188). Sum of RGB (Red+Green+Blue) = 21+191+188=400 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.25% from 400); Green value is 191 (75% from 255 or 47.75% from 400); Blue value is 188 (73.83% from 255 or 47% from 400); Max value from RGB is 191 - color contains mainly: green. Hex color #15BFBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15BFBC is #EA4043. Grayscale: #8B8B8B. Windows color (decimal): -15351876 or 12369685. OLE color: 12369685.
HSL color Cylindrical-coordinate representation of color #15BFBC: hue angle of 178.94º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15BFBC is Cyan = 0.89, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 21 | 191 | 188 | - |
| CMYK | 0.89 | 0 | 0.02 | 0.25 |
| HSL | 178.94º | 0.8% | 0.42% | - |
| HSV(B) | 178.94º | 0.89% | 0.75% | - |
| XYZ | 28.02 | 41.05 | 54.02 | - |
| YUV | 139.83 | 155.18 | 43.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 191 | 188 | 0.89 | 0 | 0.02 | 0.25 | 178.94 | 0.8 | 0.42 |
| Hex | 15 | BF | BC | 59 | 0 | 2 | 19 | B3 | 50 | 2A |
| Octal | 25 | 277 | 274 | 131 | 0 | 2 | 31 | 263 | 120 | 52 |
| Binary | 10101 | 10111111 | 10111100 | 1011001 | 0 | 10 | 11001 | 10110011 | 1010000 | 101010 |
Color Harmonies of #15BFBC
Complementary color
Monochromatic Colors of #15BFBC
Black with #15BFBC
Text Example
Text Example
White with #15BFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BFBC; }
p { color: rgb(21,191,188); }
H1.HeaderClassName
{
color: #15BFBC;
}
.AnyTagClassName
{
color: #15BFBC;
}
</style>
background-color css
<style>
a { background-color: #15BFBC; }
a { background-color: rgb(21,191,188); }
div.DivClassName
{
background-color: #15BFBC;
}
.BgClassName
{
background-color: #15BFBC;
}
</style>
border-color css
<style>
span { border-color: #15BFBC; }
span { border-color: rgb(21,191,188); }
td.TdClassName
{
border-color: #15BFBC;
}
.TagClassName
{
border-color: #15BFBC;
}
</style>