Shades of Light Sea Green #15BDBC
Tints of Light Sea Green #15BDBC
RGB
CMYK
RGB Variations
Color information
#15BDBC (or 0x15BDBC) is known color: Light Sea Green. HEX triplet: 15, BD and BC. RGB value is (21,189,188). Sum of RGB (Red+Green+Blue) = 21+189+188=398 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.28% from 398); Green value is 189 (74.22% from 255 or 47.49% from 398); Blue value is 188 (73.83% from 255 or 47.24% from 398); Max value from RGB is 189 - color contains mainly: green. Hex color #15BDBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15BDBC is #EA4243. Grayscale: #8A8A8A. Windows color (decimal): -15352388 or 12369173. OLE color: 12369173.
HSL color Cylindrical-coordinate representation of color #15BDBC: hue angle of 179.64º 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 #15BDBC is Cyan = 0.89, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 21 | 189 | 188 | - |
| CMYK | 0.89 | 0 | 0.01 | 0.26 |
| HSL | 179.64º | 0.8% | 0.41% | - |
| HSV(B) | 179.64º | 0.89% | 0.74% | - |
| XYZ | 27.58 | 40.19 | 53.88 | - |
| YUV | 138.65 | 155.84 | 44.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 189 | 188 | 0.89 | 0 | 0.01 | 0.26 | 179.64 | 0.8 | 0.41 |
| Hex | 15 | BD | BC | 59 | 0 | 1 | 1A | B4 | 50 | 29 |
| Octal | 25 | 275 | 274 | 131 | 0 | 1 | 32 | 264 | 120 | 51 |
| Binary | 10101 | 10111101 | 10111100 | 1011001 | 0 | 1 | 11010 | 10110100 | 1010000 | 101001 |
Color Harmonies of #15BDBC
Complementary color
Monochromatic Colors of #15BDBC
Black with #15BDBC
Text Example
Text Example
White with #15BDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BDBC; }
p { color: rgb(21,189,188); }
H1.HeaderClassName
{
color: #15BDBC;
}
.AnyTagClassName
{
color: #15BDBC;
}
</style>
background-color css
<style>
a { background-color: #15BDBC; }
a { background-color: rgb(21,189,188); }
div.DivClassName
{
background-color: #15BDBC;
}
.BgClassName
{
background-color: #15BDBC;
}
</style>
border-color css
<style>
span { border-color: #15BDBC; }
span { border-color: rgb(21,189,188); }
td.TdClassName
{
border-color: #15BDBC;
}
.TagClassName
{
border-color: #15BDBC;
}
</style>