Shades of Light Sea Green #15AEA0
Tints of Light Sea Green #15AEA0
RGB
CMYK
RGB Variations
Color information
#15AEA0 (or 0x15AEA0) is known color: Light Sea Green. HEX triplet: 15, AE and A0. RGB value is (21,174,160). Sum of RGB (Red+Green+Blue) = 21+174+160=355 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.92% from 355); Green value is 174 (68.36% from 255 or 49.01% from 355); Blue value is 160 (62.89% from 255 or 45.07% from 355); Max value from RGB is 174 - color contains mainly: green. Hex color #15AEA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15AEA0 is #EA515F. Grayscale: #7E7E7E. Windows color (decimal): -15356256 or 10530325. OLE color: 10530325.
HSL color Cylindrical-coordinate representation of color #15AEA0: hue angle of 174.51º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #15AEA0 is Cyan = 0.88, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 21 | 174 | 160 | - |
| CMYK | 0.88 | 0 | 0.08 | 0.32 |
| HSL | 174.51º | 0.78% | 0.38% | - |
| HSV(B) | 174.51º | 0.88% | 0.68% | - |
| XYZ | 21.79 | 32.97 | 38.47 | - |
| YUV | 126.66 | 146.81 | 52.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 174 | 160 | 0.88 | 0 | 0.08 | 0.32 | 174.51 | 0.78 | 0.38 |
| Hex | 15 | AE | A0 | 58 | 0 | 8 | 20 | AF | 4E | 26 |
| Octal | 25 | 256 | 240 | 130 | 0 | 10 | 40 | 257 | 116 | 46 |
| Binary | 10101 | 10101110 | 10100000 | 1011000 | 0 | 1000 | 100000 | 10101111 | 1001110 | 100110 |
Color Harmonies of #15AEA0
Complementary color
Monochromatic Colors of #15AEA0
Black with #15AEA0
Text Example
Text Example
White with #15AEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15AEA0; }
p { color: rgb(21,174,160); }
H1.HeaderClassName
{
color: #15AEA0;
}
.AnyTagClassName
{
color: #15AEA0;
}
</style>
background-color css
<style>
a { background-color: #15AEA0; }
a { background-color: rgb(21,174,160); }
div.DivClassName
{
background-color: #15AEA0;
}
.BgClassName
{
background-color: #15AEA0;
}
</style>
border-color css
<style>
span { border-color: #15AEA0; }
span { border-color: rgb(21,174,160); }
td.TdClassName
{
border-color: #15AEA0;
}
.TagClassName
{
border-color: #15AEA0;
}
</style>