Shades of Light Sea Green #15B5BA
Tints of Light Sea Green #15B5BA
RGB
CMYK
RGB Variations
Color information
#15B5BA (or 0x15B5BA) is known color: Light Sea Green. HEX triplet: 15, B5 and BA. RGB value is (21,181,186). Sum of RGB (Red+Green+Blue) = 21+181+186=388 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.41% from 388); Green value is 181 (71.09% from 255 or 46.65% from 388); Blue value is 186 (73.05% from 255 or 47.94% from 388); Max value from RGB is 186 - color contains mainly: blue. Hex color #15B5BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15B5BA is #EA4A45. Grayscale: #858585. Windows color (decimal): -15354438 or 12236053. OLE color: 12236053.
HSL color Cylindrical-coordinate representation of color #15B5BA: hue angle of 181.82º 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 #15B5BA is Cyan = 0.89, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 21 | 181 | 186 | - |
| CMYK | 0.89 | 0.03 | 0 | 0.27 |
| HSL | 181.82º | 0.8% | 0.41% | - |
| HSV(B) | 181.82º | 0.89% | 0.73% | - |
| XYZ | 25.7 | 36.75 | 52.19 | - |
| YUV | 133.73 | 157.49 | 47.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 181 | 186 | 0.89 | 0.03 | 0 | 0.27 | 181.82 | 0.8 | 0.41 |
| Hex | 15 | B5 | BA | 59 | 3 | 0 | 1B | B6 | 50 | 29 |
| Octal | 25 | 265 | 272 | 131 | 3 | 0 | 33 | 266 | 120 | 51 |
| Binary | 10101 | 10110101 | 10111010 | 1011001 | 11 | 0 | 11011 | 10110110 | 1010000 | 101001 |
Color Harmonies of #15B5BA
Complementary color
Monochromatic Colors of #15B5BA
Black with #15B5BA
Text Example
Text Example
White with #15B5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15B5BA; }
p { color: rgb(21,181,186); }
H1.HeaderClassName
{
color: #15B5BA;
}
.AnyTagClassName
{
color: #15B5BA;
}
</style>
background-color css
<style>
a { background-color: #15B5BA; }
a { background-color: rgb(21,181,186); }
div.DivClassName
{
background-color: #15B5BA;
}
.BgClassName
{
background-color: #15B5BA;
}
</style>
border-color css
<style>
span { border-color: #15B5BA; }
span { border-color: rgb(21,181,186); }
td.TdClassName
{
border-color: #15B5BA;
}
.TagClassName
{
border-color: #15B5BA;
}
</style>