Shades of Light Sea Green #11A8B3
Tints of Light Sea Green #11A8B3
RGB
CMYK
RGB Variations
Color information
#11A8B3 (or 0x11A8B3) is known color: Light Sea Green. HEX triplet: 11, A8 and B3. RGB value is (17,168,179). Sum of RGB (Red+Green+Blue) = 17+168+179=364 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.67% from 364); Green value is 168 (66.02% from 255 or 46.15% from 364); Blue value is 179 (70.31% from 255 or 49.18% from 364); Max value from RGB is 179 - color contains mainly: blue. Hex color #11A8B3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11A8B3 is #EE574C. Grayscale: #7B7B7B. Windows color (decimal): -15619917 or 11773969. OLE color: 11773969.
HSL color Cylindrical-coordinate representation of color #11A8B3: hue angle of 184.07º 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 #11A8B3 is Cyan = 0.91, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 17 | 168 | 179 | - |
| CMYK | 0.91 | 0.06 | 0 | 0.30 |
| HSL | 184.07º | 0.83% | 0.38% | - |
| HSV(B) | 184.07º | 0.91% | 0.7% | - |
| XYZ | 22.37 | 31.38 | 47.53 | - |
| YUV | 124.11 | 158.97 | 51.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 168 | 179 | 0.91 | 0.06 | 0 | 0.30 | 184.07 | 0.83 | 0.38 |
| Hex | 11 | A8 | B3 | 5B | 6 | 0 | 1E | B8 | 53 | 26 |
| Octal | 21 | 250 | 263 | 133 | 6 | 0 | 36 | 270 | 123 | 46 |
| Binary | 10001 | 10101000 | 10110011 | 1011011 | 110 | 0 | 11110 | 10111000 | 1010011 | 100110 |
Color Harmonies of #11A8B3
Complementary color
Monochromatic Colors of #11A8B3
Black with #11A8B3
Text Example
Text Example
White with #11A8B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11A8B3; }
p { color: rgb(17,168,179); }
H1.HeaderClassName
{
color: #11A8B3;
}
.AnyTagClassName
{
color: #11A8B3;
}
</style>
background-color css
<style>
a { background-color: #11A8B3; }
a { background-color: rgb(17,168,179); }
div.DivClassName
{
background-color: #11A8B3;
}
.BgClassName
{
background-color: #11A8B3;
}
</style>
border-color css
<style>
span { border-color: #11A8B3; }
span { border-color: rgb(17,168,179); }
td.TdClassName
{
border-color: #11A8B3;
}
.TagClassName
{
border-color: #11A8B3;
}
</style>