Shades of Light Sea Green #11BCA6
Tints of Light Sea Green #11BCA6
RGB
CMYK
RGB Variations
Color information
#11BCA6 (or 0x11BCA6) is known color: Light Sea Green. HEX triplet: 11, BC and A6. RGB value is (17,188,166). Sum of RGB (Red+Green+Blue) = 17+188+166=371 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.58% from 371); Green value is 188 (73.83% from 255 or 50.67% from 371); Blue value is 166 (65.23% from 255 or 44.74% from 371); Max value from RGB is 188 - color contains mainly: green. Hex color #11BCA6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11BCA6 is #EE4359. Grayscale: #868686. Windows color (decimal): -15614810 or 10927121. OLE color: 10927121.
HSL color Cylindrical-coordinate representation of color #11BCA6: hue angle of 172.28º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11BCA6 is Cyan = 0.91, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 17 | 188 | 166 | - |
| CMYK | 0.91 | 0 | 0.12 | 0.26 |
| HSL | 172.28º | 0.83% | 0.4% | - |
| HSV(B) | 172.28º | 0.91% | 0.74% | - |
| XYZ | 25.1 | 38.84 | 42.25 | - |
| YUV | 134.36 | 145.85 | 44.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 188 | 166 | 0.91 | 0 | 0.12 | 0.26 | 172.28 | 0.83 | 0.4 |
| Hex | 11 | BC | A6 | 5B | 0 | C | 1A | AC | 53 | 28 |
| Octal | 21 | 274 | 246 | 133 | 0 | 14 | 32 | 254 | 123 | 50 |
| Binary | 10001 | 10111100 | 10100110 | 1011011 | 0 | 1100 | 11010 | 10101100 | 1010011 | 101000 |
Color Harmonies of #11BCA6
Complementary color
Monochromatic Colors of #11BCA6
Black with #11BCA6
Text Example
Text Example
White with #11BCA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BCA6; }
p { color: rgb(17,188,166); }
H1.HeaderClassName
{
color: #11BCA6;
}
.AnyTagClassName
{
color: #11BCA6;
}
</style>
background-color css
<style>
a { background-color: #11BCA6; }
a { background-color: rgb(17,188,166); }
div.DivClassName
{
background-color: #11BCA6;
}
.BgClassName
{
background-color: #11BCA6;
}
</style>
border-color css
<style>
span { border-color: #11BCA6; }
span { border-color: rgb(17,188,166); }
td.TdClassName
{
border-color: #11BCA6;
}
.TagClassName
{
border-color: #11BCA6;
}
</style>