Shades of Light Sea Green #11C4AC
Tints of Light Sea Green #11C4AC
RGB
CMYK
RGB Variations
Color information
#11C4AC (or 0x11C4AC) is known color: Light Sea Green. HEX triplet: 11, C4 and AC. RGB value is (17,196,172). Sum of RGB (Red+Green+Blue) = 17+196+172=385 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.42% from 385); Green value is 196 (76.95% from 255 or 50.91% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 196 - color contains mainly: green. Hex color #11C4AC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11C4AC is #EE3B53. Grayscale: #8B8B8B. Windows color (decimal): -15612756 or 11322385. OLE color: 11322385.
HSL color Cylindrical-coordinate representation of color #11C4AC: hue angle of 171.96º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11C4AC is Cyan = 0.91, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 17 | 196 | 172 | - |
| CMYK | 0.91 | 0 | 0.12 | 0.23 |
| HSL | 171.96º | 0.84% | 0.42% | - |
| HSV(B) | 171.96º | 0.91% | 0.77% | - |
| XYZ | 27.42 | 42.58 | 45.8 | - |
| YUV | 139.74 | 146.2 | 40.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 196 | 172 | 0.91 | 0 | 0.12 | 0.23 | 171.96 | 0.84 | 0.42 |
| Hex | 11 | C4 | AC | 5B | 0 | C | 17 | AC | 54 | 2A |
| Octal | 21 | 304 | 254 | 133 | 0 | 14 | 27 | 254 | 124 | 52 |
| Binary | 10001 | 11000100 | 10101100 | 1011011 | 0 | 1100 | 10111 | 10101100 | 1010100 | 101010 |
Color Harmonies of #11C4AC
Complementary color
Monochromatic Colors of #11C4AC
Black with #11C4AC
Text Example
Text Example
White with #11C4AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C4AC; }
p { color: rgb(17,196,172); }
H1.HeaderClassName
{
color: #11C4AC;
}
.AnyTagClassName
{
color: #11C4AC;
}
</style>
background-color css
<style>
a { background-color: #11C4AC; }
a { background-color: rgb(17,196,172); }
div.DivClassName
{
background-color: #11C4AC;
}
.BgClassName
{
background-color: #11C4AC;
}
</style>
border-color css
<style>
span { border-color: #11C4AC; }
span { border-color: rgb(17,196,172); }
td.TdClassName
{
border-color: #11C4AC;
}
.TagClassName
{
border-color: #11C4AC;
}
</style>