Shades of Light Sea Green #11BDB7
Tints of Light Sea Green #11BDB7
RGB
CMYK
RGB Variations
Color information
#11BDB7 (or 0x11BDB7) is known color: Light Sea Green. HEX triplet: 11, BD and B7. RGB value is (17,189,183). Sum of RGB (Red+Green+Blue) = 17+189+183=389 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.37% from 389); Green value is 189 (74.22% from 255 or 48.59% from 389); Blue value is 183 (71.88% from 255 or 47.04% from 389); Max value from RGB is 189 - color contains mainly: green. Hex color #11BDB7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11BDB7 is #EE4248. Grayscale: #888888. Windows color (decimal): -15614537 or 12041489. OLE color: 12041489.
HSL color Cylindrical-coordinate representation of color #11BDB7: hue angle of 177.91º 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 #11BDB7 is Cyan = 0.91, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 17 | 189 | 183 | - |
| CMYK | 0.91 | 0 | 0.03 | 0.26 |
| HSL | 177.91º | 0.83% | 0.4% | - |
| HSV(B) | 177.91º | 0.91% | 0.74% | - |
| XYZ | 26.98 | 39.93 | 51.09 | - |
| YUV | 136.89 | 154.02 | 42.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 189 | 183 | 0.91 | 0 | 0.03 | 0.26 | 177.91 | 0.83 | 0.4 |
| Hex | 11 | BD | B7 | 5B | 0 | 3 | 1A | B2 | 53 | 28 |
| Octal | 21 | 275 | 267 | 133 | 0 | 3 | 32 | 262 | 123 | 50 |
| Binary | 10001 | 10111101 | 10110111 | 1011011 | 0 | 11 | 11010 | 10110010 | 1010011 | 101000 |
Color Harmonies of #11BDB7
Complementary color
Monochromatic Colors of #11BDB7
Black with #11BDB7
Text Example
Text Example
White with #11BDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BDB7; }
p { color: rgb(17,189,183); }
H1.HeaderClassName
{
color: #11BDB7;
}
.AnyTagClassName
{
color: #11BDB7;
}
</style>
background-color css
<style>
a { background-color: #11BDB7; }
a { background-color: rgb(17,189,183); }
div.DivClassName
{
background-color: #11BDB7;
}
.BgClassName
{
background-color: #11BDB7;
}
</style>
border-color css
<style>
span { border-color: #11BDB7; }
span { border-color: rgb(17,189,183); }
td.TdClassName
{
border-color: #11BDB7;
}
.TagClassName
{
border-color: #11BDB7;
}
</style>