Shades of Light Sea Green #11C2B4
Tints of Light Sea Green #11C2B4
RGB
CMYK
RGB Variations
Color information
#11C2B4 (or 0x11C2B4) is known color: Light Sea Green. HEX triplet: 11, C2 and B4. RGB value is (17,194,180). Sum of RGB (Red+Green+Blue) = 17+194+180=391 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.35% from 391); Green value is 194 (76.17% from 255 or 49.62% from 391); Blue value is 180 (70.70% from 255 or 46.04% from 391); Max value from RGB is 194 - color contains mainly: green. Hex color #11C2B4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11C2B4 is #EE3D4B. Grayscale: #8B8B8B. Windows color (decimal): -15613260 or 11846161. OLE color: 11846161.
HSL color Cylindrical-coordinate representation of color #11C2B4: hue angle of 175.25º 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 #11C2B4 is Cyan = 0.91, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 17 | 194 | 180 | - |
| CMYK | 0.91 | 0 | 0.07 | 0.24 |
| HSL | 175.25º | 0.84% | 0.41% | - |
| HSV(B) | 175.25º | 0.91% | 0.76% | - |
| XYZ | 27.76 | 42 | 49.82 | - |
| YUV | 139.48 | 150.86 | 40.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 194 | 180 | 0.91 | 0 | 0.07 | 0.24 | 175.25 | 0.84 | 0.41 |
| Hex | 11 | C2 | B4 | 5B | 0 | 7 | 18 | AF | 54 | 29 |
| Octal | 21 | 302 | 264 | 133 | 0 | 7 | 30 | 257 | 124 | 51 |
| Binary | 10001 | 11000010 | 10110100 | 1011011 | 0 | 111 | 11000 | 10101111 | 1010100 | 101001 |
Color Harmonies of #11C2B4
Complementary color
Monochromatic Colors of #11C2B4
Black with #11C2B4
Text Example
Text Example
White with #11C2B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C2B4; }
p { color: rgb(17,194,180); }
H1.HeaderClassName
{
color: #11C2B4;
}
.AnyTagClassName
{
color: #11C2B4;
}
</style>
background-color css
<style>
a { background-color: #11C2B4; }
a { background-color: rgb(17,194,180); }
div.DivClassName
{
background-color: #11C2B4;
}
.BgClassName
{
background-color: #11C2B4;
}
</style>
border-color css
<style>
span { border-color: #11C2B4; }
span { border-color: rgb(17,194,180); }
td.TdClassName
{
border-color: #11C2B4;
}
.TagClassName
{
border-color: #11C2B4;
}
</style>