Shades of Light Sea Green #11B2B3
Tints of Light Sea Green #11B2B3
RGB
CMYK
RGB Variations
Color information
#11B2B3 (or 0x11B2B3) is known color: Light Sea Green. HEX triplet: 11, B2 and B3. RGB value is (17,178,179). Sum of RGB (Red+Green+Blue) = 17+178+179=374 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.55% from 374); Green value is 178 (69.92% from 255 or 47.59% from 374); Blue value is 179 (70.31% from 255 or 47.86% from 374); Max value from RGB is 179 - color contains mainly: blue. Hex color #11B2B3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11B2B3 is #EE4D4C. Grayscale: #818181. Windows color (decimal): -15617357 or 11776529. OLE color: 11776529.
HSL color Cylindrical-coordinate representation of color #11B2B3: hue angle of 180.37º 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 #11B2B3 is Cyan = 0.91, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 17 | 178 | 179 | - |
| CMYK | 0.91 | 0.01 | 0 | 0.30 |
| HSL | 180.37º | 0.83% | 0.38% | - |
| HSV(B) | 180.37º | 0.91% | 0.7% | - |
| XYZ | 24.29 | 35.21 | 48.16 | - |
| YUV | 129.98 | 155.66 | 47.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 178 | 179 | 0.91 | 0.01 | 0 | 0.30 | 180.37 | 0.83 | 0.38 |
| Hex | 11 | B2 | B3 | 5B | 1 | 0 | 1E | B4 | 53 | 26 |
| Octal | 21 | 262 | 263 | 133 | 1 | 0 | 36 | 264 | 123 | 46 |
| Binary | 10001 | 10110010 | 10110011 | 1011011 | 1 | 0 | 11110 | 10110100 | 1010011 | 100110 |
Color Harmonies of #11B2B3
Complementary color
Monochromatic Colors of #11B2B3
Black with #11B2B3
Text Example
Text Example
White with #11B2B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11B2B3; }
p { color: rgb(17,178,179); }
H1.HeaderClassName
{
color: #11B2B3;
}
.AnyTagClassName
{
color: #11B2B3;
}
</style>
background-color css
<style>
a { background-color: #11B2B3; }
a { background-color: rgb(17,178,179); }
div.DivClassName
{
background-color: #11B2B3;
}
.BgClassName
{
background-color: #11B2B3;
}
</style>
border-color css
<style>
span { border-color: #11B2B3; }
span { border-color: rgb(17,178,179); }
td.TdClassName
{
border-color: #11B2B3;
}
.TagClassName
{
border-color: #11B2B3;
}
</style>