Shades of Light Sea Green #11ADB3
Tints of Light Sea Green #11ADB3
RGB
CMYK
RGB Variations
Color information
#11ADB3 (or 0x11ADB3) is known color: Light Sea Green. HEX triplet: 11, AD and B3. RGB value is (17,173,179). Sum of RGB (Red+Green+Blue) = 17+173+179=369 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.61% from 369); Green value is 173 (67.97% from 255 or 46.88% from 369); Blue value is 179 (70.31% from 255 or 48.51% from 369); Max value from RGB is 179 - color contains mainly: blue. Hex color #11ADB3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11ADB3 is #EE524C. Grayscale: #7E7E7E. Windows color (decimal): -15618637 or 11775249. OLE color: 11775249.
HSL color Cylindrical-coordinate representation of color #11ADB3: hue angle of 182.22º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11ADB3 is Cyan = 0.91, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 17 | 173 | 179 | - |
| CMYK | 0.91 | 0.03 | 0 | 0.30 |
| HSL | 182.22º | 0.83% | 0.38% | - |
| HSV(B) | 182.22º | 0.91% | 0.7% | - |
| XYZ | 23.31 | 33.26 | 47.84 | - |
| YUV | 127.04 | 157.32 | 49.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 173 | 179 | 0.91 | 0.03 | 0 | 0.30 | 182.22 | 0.83 | 0.38 |
| Hex | 11 | AD | B3 | 5B | 3 | 0 | 1E | B6 | 53 | 26 |
| Octal | 21 | 255 | 263 | 133 | 3 | 0 | 36 | 266 | 123 | 46 |
| Binary | 10001 | 10101101 | 10110011 | 1011011 | 11 | 0 | 11110 | 10110110 | 1010011 | 100110 |
Color Harmonies of #11ADB3
Complementary color
Monochromatic Colors of #11ADB3
Black with #11ADB3
Text Example
Text Example
White with #11ADB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11ADB3; }
p { color: rgb(17,173,179); }
H1.HeaderClassName
{
color: #11ADB3;
}
.AnyTagClassName
{
color: #11ADB3;
}
</style>
background-color css
<style>
a { background-color: #11ADB3; }
a { background-color: rgb(17,173,179); }
div.DivClassName
{
background-color: #11ADB3;
}
.BgClassName
{
background-color: #11ADB3;
}
</style>
border-color css
<style>
span { border-color: #11ADB3; }
span { border-color: rgb(17,173,179); }
td.TdClassName
{
border-color: #11ADB3;
}
.TagClassName
{
border-color: #11ADB3;
}
</style>