#11BAAB

Color #11BAAB Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #11BAAB

Tints of Light Sea Green #11BAAB

Color information

#11BAAB (or 0x11BAAB) is unknown color: approx Light Sea Green. HEX triplet: 11, BA and AB. RGB value is (17,186,171). Sum of RGB (Red+Green+Blue) = 17+186+171=374 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.55% from 374); Green value is 186 (73.05% from 255 or 49.73% from 374); Blue value is 171 (67.19% from 255 or 45.72% from 374); Max value from RGB is 186 - color contains mainly: green. Hex color #11BAAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11BAAB is #EE4554. Grayscale: #858585. Windows color (decimal): -15615317 or 11254289. OLE color: 11254289.

HSL color Cylindrical-coordinate representation of color #11BAAB: hue angle of 174.67º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11BAAB is Cyan = 0.91, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB17186171-
CMYK0.9100.080.27
HSL174.67º83.25%39.8%-
HSV(B)174.67º90.86%72.94%-
XYZ25.1438.1844.57-
YUV133.76149.0144.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 17 (7.03% from 255) = 4.55%
GREEN value IS 186 (73.05% from 255) = 49.73%
BLUE value IS 171 (67.19% from 255) = 45.72%
R=4.55%
G=49.73%
B=45.72%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal171861710.9100.080.27174.6783.2539.8
Hex11BAAB5B081Baf5328
Octal212722531330103325712350
Binary10001101110101010101110110110100011011101011111010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11BAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11BAAB; }

 p { color: rgb(17,186,171); }

 H1.HeaderClassName
 {
   color: #11BAAB;
 }
 .AnyTagClassName
 {
   color: #11BAAB;
 }
</style>
background-color css

<style>
 a { background-color: #11BAAB; }

 a { background-color: rgb(17,186,171); }

 div.DivClassName
 {
   background-color: #11BAAB;
 }
 .BgClassName
 {
   background-color: #11BAAB;
 }
</style>
border-color css

<style>
 span { border-color: #11BAAB; }

 span { border-color: rgb(17,186,171); }

 td.TdClassName
 {
   border-color: #11BAAB;
 }
 .TagClassName
 {
   border-color: #11BAAB;
 }
</style>