Shades of Light Sea Green #11C2B5
Tints of Light Sea Green #11C2B5
RGB
CMYK
RGB Variations
Color information
#11C2B5 (or 0x11C2B5) is known color: Light Sea Green. HEX triplet: 11, C2 and B5. RGB value is (17,194,181). Sum of RGB (Red+Green+Blue) = 17+194+181=392 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.34% from 392); Green value is 194 (76.17% from 255 or 49.49% from 392); Blue value is 181 (71.09% from 255 or 46.17% from 392); Max value from RGB is 194 - color contains mainly: green. Hex color #11C2B5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11C2B5 is #EE3D4A. Grayscale: #8B8B8B. Windows color (decimal): -15613259 or 11911697. OLE color: 11911697.
HSL color Cylindrical-coordinate representation of color #11C2B5: hue angle of 175.59º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11C2B5 is Cyan = 0.91, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 17 | 194 | 181 | - |
| CMYK | 0.91 | 0 | 0.07 | 0.24 |
| HSL | 175.59º | 0.84% | 0.41% | - |
| HSV(B) | 175.59º | 0.91% | 0.76% | - |
| XYZ | 27.86 | 42.04 | 50.36 | - |
| YUV | 139.6 | 151.36 | 40.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 194 | 181 | 0.91 | 0 | 0.07 | 0.24 | 175.59 | 0.84 | 0.41 |
| Hex | 11 | C2 | B5 | 5B | 0 | 7 | 18 | B0 | 54 | 29 |
| Octal | 21 | 302 | 265 | 133 | 0 | 7 | 30 | 260 | 124 | 51 |
| Binary | 10001 | 11000010 | 10110101 | 1011011 | 0 | 111 | 11000 | 10110000 | 1010100 | 101001 |
Color Harmonies of #11C2B5
Complementary color
Monochromatic Colors of #11C2B5
Black with #11C2B5
Text Example
Text Example
White with #11C2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C2B5; }
p { color: rgb(17,194,181); }
H1.HeaderClassName
{
color: #11C2B5;
}
.AnyTagClassName
{
color: #11C2B5;
}
</style>
background-color css
<style>
a { background-color: #11C2B5; }
a { background-color: rgb(17,194,181); }
div.DivClassName
{
background-color: #11C2B5;
}
.BgClassName
{
background-color: #11C2B5;
}
</style>
border-color css
<style>
span { border-color: #11C2B5; }
span { border-color: rgb(17,194,181); }
td.TdClassName
{
border-color: #11C2B5;
}
.TagClassName
{
border-color: #11C2B5;
}
</style>