#11BAA0

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

Shades of Light Sea Green #11BAA0

Tints of Light Sea Green #11BAA0

Color information

#11BAA0 (or 0x11BAA0) is unknown color: approx Light Sea Green. HEX triplet: 11, BA and A0. RGB value is (17,186,160). Sum of RGB (Red+Green+Blue) = 17+186+160=363 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.68% from 363); Green value is 186 (73.05% from 255 or 51.24% from 363); Blue value is 160 (62.89% from 255 or 44.08% from 363); Max value from RGB is 186 - color contains mainly: green. Hex color #11BAA0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11BAA0 is #EE455F. Grayscale: #848484. Windows color (decimal): -15615328 or 10533393. OLE color: 10533393.

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

Color convert

RGB17186160-
CMYK0.9100.140.27
HSL170.77º83.25%39.8%-
HSV(B)170.77º90.86%72.94%-
XYZ24.1437.7839.28-
YUV132.5143.5145.61-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.68%
GREEN value IS 186 (73.05% from 255) = 51.24%
BLUE value IS 160 (62.89% from 255) = 44.08%
R=4.68%
G=51.24%
B=44.08%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal171861600.9100.140.27170.7783.2539.8
Hex11BAA05B0E1Bab5328
Octal212722401330163325312350
Binary10001101110101010000010110110111011011101010111010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11BAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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