Shades of Light Sea Green #11C3AC
Tints of Light Sea Green #11C3AC
RGB
CMYK
RGB Variations
Color information
#11C3AC (or 0x11C3AC) is known color: Light Sea Green. HEX triplet: 11, C3 and AC. RGB value is (17,195,172). Sum of RGB (Red+Green+Blue) = 17+195+172=384 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.43% from 384); Green value is 195 (76.56% from 255 or 50.78% from 384); Blue value is 172 (67.58% from 255 or 44.79% from 384); Max value from RGB is 195 - color contains mainly: green. Hex color #11C3AC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11C3AC is #EE3C53. Grayscale: #8B8B8B. Windows color (decimal): -15613012 or 11322129. OLE color: 11322129.
HSL color Cylindrical-coordinate representation of color #11C3AC: hue angle of 172.25º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11C3AC is Cyan = 0.91, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 17 | 195 | 172 | - |
| CMYK | 0.91 | 0 | 0.12 | 0.24 |
| HSL | 172.25º | 0.84% | 0.42% | - |
| HSV(B) | 172.25º | 0.91% | 0.76% | - |
| XYZ | 27.19 | 42.13 | 45.73 | - |
| YUV | 139.16 | 146.53 | 40.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 195 | 172 | 0.91 | 0 | 0.12 | 0.24 | 172.25 | 0.84 | 0.42 |
| Hex | 11 | C3 | AC | 5B | 0 | C | 18 | AC | 54 | 2A |
| Octal | 21 | 303 | 254 | 133 | 0 | 14 | 30 | 254 | 124 | 52 |
| Binary | 10001 | 11000011 | 10101100 | 1011011 | 0 | 1100 | 11000 | 10101100 | 1010100 | 101010 |
Color Harmonies of #11C3AC
Complementary color
Monochromatic Colors of #11C3AC
Black with #11C3AC
Text Example
Text Example
White with #11C3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C3AC; }
p { color: rgb(17,195,172); }
H1.HeaderClassName
{
color: #11C3AC;
}
.AnyTagClassName
{
color: #11C3AC;
}
</style>
background-color css
<style>
a { background-color: #11C3AC; }
a { background-color: rgb(17,195,172); }
div.DivClassName
{
background-color: #11C3AC;
}
.BgClassName
{
background-color: #11C3AC;
}
</style>
border-color css
<style>
span { border-color: #11C3AC; }
span { border-color: rgb(17,195,172); }
td.TdClassName
{
border-color: #11C3AC;
}
.TagClassName
{
border-color: #11C3AC;
}
</style>