Shades of Light Sea Green #11BDB9
Tints of Light Sea Green #11BDB9
RGB
CMYK
RGB Variations
Color information
#11BDB9 (or 0x11BDB9) is known color: Light Sea Green. HEX triplet: 11, BD and B9. RGB value is (17,189,185). Sum of RGB (Red+Green+Blue) = 17+189+185=391 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.35% from 391); Green value is 189 (74.22% from 255 or 48.34% from 391); Blue value is 185 (72.66% from 255 or 47.31% from 391); Max value from RGB is 189 - color contains mainly: green. Hex color #11BDB9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11BDB9 is #EE4246. Grayscale: #888888. Windows color (decimal): -15614535 or 12172561. OLE color: 12172561.
HSL color Cylindrical-coordinate representation of color #11BDB9: hue angle of 178.6º 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 #11BDB9 is Cyan = 0.91, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 17 | 189 | 185 | - |
| CMYK | 0.91 | 0 | 0.02 | 0.26 |
| HSL | 178.6º | 0.83% | 0.4% | - |
| HSV(B) | 178.6º | 0.91% | 0.74% | - |
| XYZ | 27.19 | 40.02 | 52.19 | - |
| YUV | 137.12 | 155.02 | 42.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 189 | 185 | 0.91 | 0 | 0.02 | 0.26 | 178.6 | 0.83 | 0.4 |
| Hex | 11 | BD | B9 | 5B | 0 | 2 | 1A | B3 | 53 | 28 |
| Octal | 21 | 275 | 271 | 133 | 0 | 2 | 32 | 263 | 123 | 50 |
| Binary | 10001 | 10111101 | 10111001 | 1011011 | 0 | 10 | 11010 | 10110011 | 1010011 | 101000 |
Color Harmonies of #11BDB9
Complementary color
Monochromatic Colors of #11BDB9
Black with #11BDB9
Text Example
Text Example
White with #11BDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BDB9; }
p { color: rgb(17,189,185); }
H1.HeaderClassName
{
color: #11BDB9;
}
.AnyTagClassName
{
color: #11BDB9;
}
</style>
background-color css
<style>
a { background-color: #11BDB9; }
a { background-color: rgb(17,189,185); }
div.DivClassName
{
background-color: #11BDB9;
}
.BgClassName
{
background-color: #11BDB9;
}
</style>
border-color css
<style>
span { border-color: #11BDB9; }
span { border-color: rgb(17,189,185); }
td.TdClassName
{
border-color: #11BDB9;
}
.TagClassName
{
border-color: #11BDB9;
}
</style>