Shades of Light Sea Green #11A3A5
Tints of Light Sea Green #11A3A5
RGB
CMYK
RGB Variations
Color information
#11A3A5 (or 0x11A3A5) is known color: Light Sea Green. HEX triplet: 11, A3 and A5. RGB value is (17,163,165). Sum of RGB (Red+Green+Blue) = 17+163+165=345 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.93% from 345); Green value is 163 (64.06% from 255 or 47.25% from 345); Blue value is 165 (64.84% from 255 or 47.83% from 345); Max value from RGB is 165 - color contains mainly: blue. Hex color #11A3A5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11A3A5 is #EE5C5A. Grayscale: #777777. Windows color (decimal): -15621211 or 10855185. OLE color: 10855185.
HSL color Cylindrical-coordinate representation of color #11A3A5: hue angle of 180.81º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11A3A5 is Cyan = 0.90, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 17 | 163 | 165 | - |
| CMYK | 0.90 | 0.01 | 0 | 0.35 |
| HSL | 180.81º | 0.81% | 0.36% | - |
| HSV(B) | 180.81º | 0.9% | 0.65% | - |
| XYZ | 20.12 | 29.03 | 40.14 | - |
| YUV | 119.57 | 153.63 | 54.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 163 | 165 | 0.90 | 0.01 | 0 | 0.35 | 180.81 | 0.81 | 0.36 |
| Hex | 11 | A3 | A5 | 5A | 1 | 0 | 23 | B5 | 51 | 24 |
| Octal | 21 | 243 | 245 | 132 | 1 | 0 | 43 | 265 | 121 | 44 |
| Binary | 10001 | 10100011 | 10100101 | 1011010 | 1 | 0 | 100011 | 10110101 | 1010001 | 100100 |
Color Harmonies of #11A3A5
Complementary color
Monochromatic Colors of #11A3A5
Black with #11A3A5
Text Example
Text Example
White with #11A3A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11A3A5; }
p { color: rgb(17,163,165); }
H1.HeaderClassName
{
color: #11A3A5;
}
.AnyTagClassName
{
color: #11A3A5;
}
</style>
background-color css
<style>
a { background-color: #11A3A5; }
a { background-color: rgb(17,163,165); }
div.DivClassName
{
background-color: #11A3A5;
}
.BgClassName
{
background-color: #11A3A5;
}
</style>
border-color css
<style>
span { border-color: #11A3A5; }
span { border-color: rgb(17,163,165); }
td.TdClassName
{
border-color: #11A3A5;
}
.TagClassName
{
border-color: #11A3A5;
}
</style>