Shades of Light Sea Green #11ACAC
Tints of Light Sea Green #11ACAC
RGB
CMYK
RGB Variations
Color information
#11ACAC (or 0x11ACAC) is known color: Light Sea Green. HEX triplet: 11, AC and AC. RGB value is (17,172,172). Sum of RGB (Red+Green+Blue) = 17+172+172=361 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.71% from 361); Green value is 172 (67.58% from 255 or 47.65% from 361); Blue value is 172 (67.58% from 255 or 47.65% from 361); Max value from RGB is 172 - color contains mainly: green, blue. Hex color #11ACAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11ACAC is #EE5353. Grayscale: #7D7D7D. Windows color (decimal): -15618900 or 11316241. OLE color: 11316241.
HSL color Cylindrical-coordinate representation of color #11ACAC: hue angle of 180º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11ACAC is Cyan = 0.90, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 172 | 172 | - |
| CMYK | 0.90 | 0 | 0 | 0.33 |
| HSL | 180º | 0.82% | 0.37% | - |
| HSV(B) | 180º | 0.9% | 0.67% | - |
| XYZ | 22.43 | 32.6 | 44.14 | - |
| YUV | 125.66 | 154.15 | 50.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 172 | 172 | 0.90 | 0 | 0 | 0.33 | 180 | 0.82 | 0.37 |
| Hex | 11 | AC | AC | 5A | 0 | 0 | 21 | B4 | 52 | 25 |
| Octal | 21 | 254 | 254 | 132 | 0 | 0 | 41 | 264 | 122 | 45 |
| Binary | 10001 | 10101100 | 10101100 | 1011010 | 0 | 0 | 100001 | 10110100 | 1010010 | 100101 |
Color Harmonies of #11ACAC
Complementary color
Monochromatic Colors of #11ACAC
Black with #11ACAC
Text Example
Text Example
White with #11ACAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11ACAC; }
p { color: rgb(17,172,172); }
H1.HeaderClassName
{
color: #11ACAC;
}
.AnyTagClassName
{
color: #11ACAC;
}
</style>
background-color css
<style>
a { background-color: #11ACAC; }
a { background-color: rgb(17,172,172); }
div.DivClassName
{
background-color: #11ACAC;
}
.BgClassName
{
background-color: #11ACAC;
}
</style>
border-color css
<style>
span { border-color: #11ACAC; }
span { border-color: rgb(17,172,172); }
td.TdClassName
{
border-color: #11ACAC;
}
.TagClassName
{
border-color: #11ACAC;
}
</style>