Shades of Light Sea Green #11BDA1
Tints of Light Sea Green #11BDA1
RGB
CMYK
RGB Variations
Color information
#11BDA1 (or 0x11BDA1) is known color: Light Sea Green. HEX triplet: 11, BD and A1. RGB value is (17,189,161). Sum of RGB (Red+Green+Blue) = 17+189+161=367 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.63% from 367); Green value is 189 (74.22% from 255 or 51.50% from 367); Blue value is 161 (63.28% from 255 or 43.87% from 367); Max value from RGB is 189 - color contains mainly: green. Hex color #11BDA1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11BDA1 is #EE425E. Grayscale: #868686. Windows color (decimal): -15614559 or 10599697. OLE color: 10599697.
HSL color Cylindrical-coordinate representation of color #11BDA1: hue angle of 170.23º 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 #11BDA1 is Cyan = 0.91, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 17 | 189 | 161 | - |
| CMYK | 0.91 | 0 | 0.15 | 0.26 |
| HSL | 170.23º | 0.83% | 0.4% | - |
| HSV(B) | 170.23º | 0.91% | 0.74% | - |
| XYZ | 24.86 | 39.09 | 39.95 | - |
| YUV | 134.38 | 143.02 | 44.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 189 | 161 | 0.91 | 0 | 0.15 | 0.26 | 170.23 | 0.83 | 0.4 |
| Hex | 11 | BD | A1 | 5B | 0 | F | 1A | AA | 53 | 28 |
| Octal | 21 | 275 | 241 | 133 | 0 | 17 | 32 | 252 | 123 | 50 |
| Binary | 10001 | 10111101 | 10100001 | 1011011 | 0 | 1111 | 11010 | 10101010 | 1010011 | 101000 |
Color Harmonies of #11BDA1
Complementary color
Monochromatic Colors of #11BDA1
Black with #11BDA1
Text Example
Text Example
White with #11BDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BDA1; }
p { color: rgb(17,189,161); }
H1.HeaderClassName
{
color: #11BDA1;
}
.AnyTagClassName
{
color: #11BDA1;
}
</style>
background-color css
<style>
a { background-color: #11BDA1; }
a { background-color: rgb(17,189,161); }
div.DivClassName
{
background-color: #11BDA1;
}
.BgClassName
{
background-color: #11BDA1;
}
</style>
border-color css
<style>
span { border-color: #11BDA1; }
span { border-color: rgb(17,189,161); }
td.TdClassName
{
border-color: #11BDA1;
}
.TagClassName
{
border-color: #11BDA1;
}
</style>