Shades of Light Sea Green #11BCB5
Tints of Light Sea Green #11BCB5
RGB
CMYK
RGB Variations
Color information
#11BCB5 (or 0x11BCB5) is known color: Light Sea Green. HEX triplet: 11, BC and B5. RGB value is (17,188,181). Sum of RGB (Red+Green+Blue) = 17+188+181=386 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.40% from 386); Green value is 188 (73.83% from 255 or 48.70% from 386); Blue value is 181 (71.09% from 255 or 46.89% from 386); Max value from RGB is 188 - color contains mainly: green. Hex color #11BCB5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11BCB5 is #EE434A. Grayscale: #878787. Windows color (decimal): -15614795 or 11910161. OLE color: 11910161.
HSL color Cylindrical-coordinate representation of color #11BCB5: hue angle of 177.54º 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 #11BCB5 is Cyan = 0.91, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 17 | 188 | 181 | - |
| CMYK | 0.91 | 0 | 0.04 | 0.26 |
| HSL | 177.54º | 0.83% | 0.4% | - |
| HSV(B) | 177.54º | 0.91% | 0.74% | - |
| XYZ | 26.55 | 39.42 | 49.93 | - |
| YUV | 136.07 | 153.35 | 43.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 188 | 181 | 0.91 | 0 | 0.04 | 0.26 | 177.54 | 0.83 | 0.4 |
| Hex | 11 | BC | B5 | 5B | 0 | 4 | 1A | B2 | 53 | 28 |
| Octal | 21 | 274 | 265 | 133 | 0 | 4 | 32 | 262 | 123 | 50 |
| Binary | 10001 | 10111100 | 10110101 | 1011011 | 0 | 100 | 11010 | 10110010 | 1010011 | 101000 |
Color Harmonies of #11BCB5
Complementary color
Monochromatic Colors of #11BCB5
Black with #11BCB5
Text Example
Text Example
White with #11BCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BCB5; }
p { color: rgb(17,188,181); }
H1.HeaderClassName
{
color: #11BCB5;
}
.AnyTagClassName
{
color: #11BCB5;
}
</style>
background-color css
<style>
a { background-color: #11BCB5; }
a { background-color: rgb(17,188,181); }
div.DivClassName
{
background-color: #11BCB5;
}
.BgClassName
{
background-color: #11BCB5;
}
</style>
border-color css
<style>
span { border-color: #11BCB5; }
span { border-color: rgb(17,188,181); }
td.TdClassName
{
border-color: #11BCB5;
}
.TagClassName
{
border-color: #11BCB5;
}
</style>