Shades of Light Sea Green #11C5B3
Tints of Light Sea Green #11C5B3
RGB
CMYK
RGB Variations
Color information
#11C5B3 (or 0x11C5B3) is known color: Light Sea Green. HEX triplet: 11, C5 and B3. RGB value is (17,197,179). Sum of RGB (Red+Green+Blue) = 17+197+179=393 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.33% from 393); Green value is 197 (77.34% from 255 or 50.13% from 393); Blue value is 179 (70.31% from 255 or 45.55% from 393); Max value from RGB is 197 - color contains mainly: green. Hex color #11C5B3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11C5B3 is #EE3A4C. Grayscale: #8D8D8D. Windows color (decimal): -15612493 or 11781393. OLE color: 11781393.
HSL color Cylindrical-coordinate representation of color #11C5B3: hue angle of 174º 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 #11C5B3 is Cyan = 0.91, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 17 | 197 | 179 | - |
| CMYK | 0.91 | 0 | 0.09 | 0.23 |
| HSL | 174º | 0.84% | 0.42% | - |
| HSV(B) | 174º | 0.91% | 0.77% | - |
| XYZ | 28.33 | 43.31 | 49.51 | - |
| YUV | 141.13 | 149.37 | 39.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 197 | 179 | 0.91 | 0 | 0.09 | 0.23 | 174 | 0.84 | 0.42 |
| Hex | 11 | C5 | B3 | 5B | 0 | 9 | 17 | AE | 54 | 2A |
| Octal | 21 | 305 | 263 | 133 | 0 | 11 | 27 | 256 | 124 | 52 |
| Binary | 10001 | 11000101 | 10110011 | 1011011 | 0 | 1001 | 10111 | 10101110 | 1010100 | 101010 |
Color Harmonies of #11C5B3
Complementary color
Monochromatic Colors of #11C5B3
Black with #11C5B3
Text Example
Text Example
White with #11C5B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C5B3; }
p { color: rgb(17,197,179); }
H1.HeaderClassName
{
color: #11C5B3;
}
.AnyTagClassName
{
color: #11C5B3;
}
</style>
background-color css
<style>
a { background-color: #11C5B3; }
a { background-color: rgb(17,197,179); }
div.DivClassName
{
background-color: #11C5B3;
}
.BgClassName
{
background-color: #11C5B3;
}
</style>
border-color css
<style>
span { border-color: #11C5B3; }
span { border-color: rgb(17,197,179); }
td.TdClassName
{
border-color: #11C5B3;
}
.TagClassName
{
border-color: #11C5B3;
}
</style>