#11BAAA

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

Shades of Light Sea Green #11BAAA

Tints of Light Sea Green #11BAAA

Color information

#11BAAA (or 0x11BAAA) is unknown color: approx Light Sea Green. HEX triplet: 11, BA and AA. RGB value is (17,186,170). Sum of RGB (Red+Green+Blue) = 17+186+170=373 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.56% from 373); Green value is 186 (73.05% from 255 or 49.87% from 373); Blue value is 170 (66.80% from 255 or 45.58% from 373); Max value from RGB is 186 - color contains mainly: green. Hex color #11BAAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11BAAA is #EE4555. Grayscale: #858585. Windows color (decimal): -15615318 or 11188753. OLE color: 11188753.

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

Color convert

RGB17186170-
CMYK0.9100.090.27
HSL174.32º83.25%39.8%-
HSV(B)174.32º90.86%72.94%-
XYZ25.0538.1444.07-
YUV133.64148.5144.8-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.56%
GREEN value IS 186 (73.05% from 255) = 49.87%
BLUE value IS 170 (66.80% from 255) = 45.58%
R=4.56%
G=49.87%
B=45.58%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal171861700.9100.090.27174.3283.2539.8
Hex11BAAA5B091Bae5328
Octal212722521330113325612350
Binary10001101110101010101010110110100111011101011101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11BAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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