Shades of Light Sea Green #15A6AA
Tints of Light Sea Green #15A6AA
RGB
CMYK
RGB Variations
Color information
#15A6AA (or 0x15A6AA) is known color: Light Sea Green. HEX triplet: 15, A6 and AA. RGB value is (21,166,170). Sum of RGB (Red+Green+Blue) = 21+166+170=357 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.88% from 357); Green value is 166 (65.23% from 255 or 46.50% from 357); Blue value is 170 (66.80% from 255 or 47.62% from 357); Max value from RGB is 170 - color contains mainly: blue. Hex color #15A6AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15A6AA is #EA5955. Grayscale: #7A7A7A. Windows color (decimal): -15358294 or 11183637. OLE color: 11183637.
HSL color Cylindrical-coordinate representation of color #15A6AA: hue angle of 181.61º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #15A6AA is Cyan = 0.88, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 21 | 166 | 170 | - |
| CMYK | 0.88 | 0.02 | 0 | 0.33 |
| HSL | 181.61º | 0.78% | 0.37% | - |
| HSV(B) | 181.61º | 0.88% | 0.67% | - |
| XYZ | 21.2 | 30.33 | 42.77 | - |
| YUV | 123.1 | 154.46 | 55.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 166 | 170 | 0.88 | 0.02 | 0 | 0.33 | 181.61 | 0.78 | 0.37 |
| Hex | 15 | A6 | AA | 58 | 2 | 0 | 21 | B6 | 4E | 25 |
| Octal | 25 | 246 | 252 | 130 | 2 | 0 | 41 | 266 | 116 | 45 |
| Binary | 10101 | 10100110 | 10101010 | 1011000 | 10 | 0 | 100001 | 10110110 | 1001110 | 100101 |
Color Harmonies of #15A6AA
Complementary color
Monochromatic Colors of #15A6AA
Black with #15A6AA
Text Example
Text Example
White with #15A6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15A6AA; }
p { color: rgb(21,166,170); }
H1.HeaderClassName
{
color: #15A6AA;
}
.AnyTagClassName
{
color: #15A6AA;
}
</style>
background-color css
<style>
a { background-color: #15A6AA; }
a { background-color: rgb(21,166,170); }
div.DivClassName
{
background-color: #15A6AA;
}
.BgClassName
{
background-color: #15A6AA;
}
</style>
border-color css
<style>
span { border-color: #15A6AA; }
span { border-color: rgb(21,166,170); }
td.TdClassName
{
border-color: #15A6AA;
}
.TagClassName
{
border-color: #15A6AA;
}
</style>