Shades of Light Sea Green #15A8A4
Tints of Light Sea Green #15A8A4
RGB
CMYK
RGB Variations
Color information
#15A8A4 (or 0x15A8A4) is known color: Light Sea Green. HEX triplet: 15, A8 and A4. RGB value is (21,168,164). Sum of RGB (Red+Green+Blue) = 21+168+164=353 (46% of max value = 765). Red value is 21 (8.59% from 255 or 5.95% from 353); Green value is 168 (66.02% from 255 or 47.59% from 353); Blue value is 164 (64.45% from 255 or 46.46% from 353); Max value from RGB is 168 - color contains mainly: green. Hex color #15A8A4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15A8A4 is #EA575B. Grayscale: #7B7B7B. Windows color (decimal): -15357788 or 10790933. OLE color: 10790933.
HSL color Cylindrical-coordinate representation of color #15A8A4: hue angle of 178.37º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #15A8A4 is Cyan = 0.88, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 21 | 168 | 164 | - |
| CMYK | 0.88 | 0 | 0.02 | 0.34 |
| HSL | 178.37º | 0.78% | 0.37% | - |
| HSV(B) | 178.37º | 0.88% | 0.66% | - |
| XYZ | 21.01 | 30.85 | 39.97 | - |
| YUV | 123.59 | 150.8 | 54.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 168 | 164 | 0.88 | 0 | 0.02 | 0.34 | 178.37 | 0.78 | 0.37 |
| Hex | 15 | A8 | A4 | 58 | 0 | 2 | 22 | B2 | 4E | 25 |
| Octal | 25 | 250 | 244 | 130 | 0 | 2 | 42 | 262 | 116 | 45 |
| Binary | 10101 | 10101000 | 10100100 | 1011000 | 0 | 10 | 100010 | 10110010 | 1001110 | 100101 |
Color Harmonies of #15A8A4
Complementary color
Monochromatic Colors of #15A8A4
Black with #15A8A4
Text Example
Text Example
White with #15A8A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15A8A4; }
p { color: rgb(21,168,164); }
H1.HeaderClassName
{
color: #15A8A4;
}
.AnyTagClassName
{
color: #15A8A4;
}
</style>
background-color css
<style>
a { background-color: #15A8A4; }
a { background-color: rgb(21,168,164); }
div.DivClassName
{
background-color: #15A8A4;
}
.BgClassName
{
background-color: #15A8A4;
}
</style>
border-color css
<style>
span { border-color: #15A8A4; }
span { border-color: rgb(21,168,164); }
td.TdClassName
{
border-color: #15A8A4;
}
.TagClassName
{
border-color: #15A8A4;
}
</style>