Shades of Light Sea Green #11ADAF
Tints of Light Sea Green #11ADAF
RGB
CMYK
RGB Variations
Color information
#11ADAF (or 0x11ADAF) is known color: Light Sea Green. HEX triplet: 11, AD and AF. RGB value is (17,173,175). Sum of RGB (Red+Green+Blue) = 17+173+175=365 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.66% from 365); Green value is 173 (67.97% from 255 or 47.40% from 365); Blue value is 175 (68.75% from 255 or 47.95% from 365); Max value from RGB is 175 - color contains mainly: blue. Hex color #11ADAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11ADAF is #EE5250. Grayscale: #7E7E7E. Windows color (decimal): -15618641 or 11513105. OLE color: 11513105.
HSL color Cylindrical-coordinate representation of color #11ADAF: hue angle of 180.76º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11ADAF is Cyan = 0.90, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 17 | 173 | 175 | - |
| CMYK | 0.90 | 0.01 | 0 | 0.31 |
| HSL | 180.76º | 0.82% | 0.38% | - |
| HSV(B) | 180.76º | 0.9% | 0.69% | - |
| XYZ | 22.91 | 33.1 | 45.74 | - |
| YUV | 126.58 | 155.32 | 49.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 173 | 175 | 0.90 | 0.01 | 0 | 0.31 | 180.76 | 0.82 | 0.38 |
| Hex | 11 | AD | AF | 5A | 1 | 0 | 1F | B5 | 52 | 26 |
| Octal | 21 | 255 | 257 | 132 | 1 | 0 | 37 | 265 | 122 | 46 |
| Binary | 10001 | 10101101 | 10101111 | 1011010 | 1 | 0 | 11111 | 10110101 | 1010010 | 100110 |
Color Harmonies of #11ADAF
Complementary color
Monochromatic Colors of #11ADAF
Black with #11ADAF
Text Example
Text Example
White with #11ADAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11ADAF; }
p { color: rgb(17,173,175); }
H1.HeaderClassName
{
color: #11ADAF;
}
.AnyTagClassName
{
color: #11ADAF;
}
</style>
background-color css
<style>
a { background-color: #11ADAF; }
a { background-color: rgb(17,173,175); }
div.DivClassName
{
background-color: #11ADAF;
}
.BgClassName
{
background-color: #11ADAF;
}
</style>
border-color css
<style>
span { border-color: #11ADAF; }
span { border-color: rgb(17,173,175); }
td.TdClassName
{
border-color: #11ADAF;
}
.TagClassName
{
border-color: #11ADAF;
}
</style>