Shades of Light Sea Green #11BDA3
Tints of Light Sea Green #11BDA3
RGB
CMYK
RGB Variations
Color information
#11BDA3 (or 0x11BDA3) is known color: Light Sea Green. HEX triplet: 11, BD and A3. RGB value is (17,189,163). Sum of RGB (Red+Green+Blue) = 17+189+163=369 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.61% from 369); Green value is 189 (74.22% from 255 or 51.22% from 369); Blue value is 163 (64.06% from 255 or 44.17% from 369); Max value from RGB is 189 - color contains mainly: green. Hex color #11BDA3 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11BDA3 is #EE425C. Grayscale: #868686. Windows color (decimal): -15614557 or 10730769. OLE color: 10730769.
HSL color Cylindrical-coordinate representation of color #11BDA3: hue angle of 170.93º 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 #11BDA3 is Cyan = 0.91, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 17 | 189 | 163 | - |
| CMYK | 0.91 | 0 | 0.14 | 0.26 |
| HSL | 170.93º | 0.83% | 0.4% | - |
| HSV(B) | 170.93º | 0.91% | 0.74% | - |
| XYZ | 25.04 | 39.16 | 40.89 | - |
| YUV | 134.61 | 144.02 | 44.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 189 | 163 | 0.91 | 0 | 0.14 | 0.26 | 170.93 | 0.83 | 0.4 |
| Hex | 11 | BD | A3 | 5B | 0 | E | 1A | AB | 53 | 28 |
| Octal | 21 | 275 | 243 | 133 | 0 | 16 | 32 | 253 | 123 | 50 |
| Binary | 10001 | 10111101 | 10100011 | 1011011 | 0 | 1110 | 11010 | 10101011 | 1010011 | 101000 |
Color Harmonies of #11BDA3
Complementary color
Monochromatic Colors of #11BDA3
Black with #11BDA3
Text Example
Text Example
White with #11BDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BDA3; }
p { color: rgb(17,189,163); }
H1.HeaderClassName
{
color: #11BDA3;
}
.AnyTagClassName
{
color: #11BDA3;
}
</style>
background-color css
<style>
a { background-color: #11BDA3; }
a { background-color: rgb(17,189,163); }
div.DivClassName
{
background-color: #11BDA3;
}
.BgClassName
{
background-color: #11BDA3;
}
</style>
border-color css
<style>
span { border-color: #11BDA3; }
span { border-color: rgb(17,189,163); }
td.TdClassName
{
border-color: #11BDA3;
}
.TagClassName
{
border-color: #11BDA3;
}
</style>