#11BAAC

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

Shades of Light Sea Green #11BAAC

Tints of Light Sea Green #11BAAC

Color information

#11BAAC (or 0x11BAAC) is unknown color: approx Light Sea Green. HEX triplet: 11, BA and AC. RGB value is (17,186,172). Sum of RGB (Red+Green+Blue) = 17+186+172=375 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.53% from 375); Green value is 186 (73.05% from 255 or 49.6% from 375); Blue value is 172 (67.58% from 255 or 45.87% from 375); Max value from RGB is 186 - color contains mainly: green. Hex color #11BAAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11BAAC is #EE4553. Grayscale: #858585. Windows color (decimal): -15615316 or 11319825. OLE color: 11319825.

HSL color Cylindrical-coordinate representation of color #11BAAC: hue angle of 175.03º 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 #11BAAC is Cyan = 0.91, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB17186172-
CMYK0.9100.080.27
HSL175.03º83.25%39.8%-
HSV(B)175.03º90.86%72.94%-
XYZ25.2438.2245.08-
YUV133.87149.5144.64-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.53%
GREEN value IS 186 (73.05% from 255) = 49.6%
BLUE value IS 172 (67.58% from 255) = 45.87%
R=4.53%
G=49.6%
B=45.87%

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
Decimal171861720.9100.080.27175.0383.2539.8
Hex11BAAC5B081Baf5328
Octal212722541330103325712350
Binary10001101110101010110010110110100011011101011111010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11BAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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