#11BAAF

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

Shades of Light Sea Green #11BAAF

Tints of Light Sea Green #11BAAF

Color information

#11BAAF (or 0x11BAAF) is unknown color: approx Light Sea Green. HEX triplet: 11, BA and AF. RGB value is (17,186,175). Sum of RGB (Red+Green+Blue) = 17+186+175=378 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.50% from 378); Green value is 186 (73.05% from 255 or 49.21% from 378); Blue value is 175 (68.75% from 255 or 46.30% from 378); Max value from RGB is 186 - color contains mainly: green. Hex color #11BAAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11BAAF is #EE4550. Grayscale: #868686. Windows color (decimal): -15615313 or 11516433. OLE color: 11516433.

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

Color convert

RGB17186175-
CMYK0.9100.060.27
HSL176.09º83.25%39.8%-
HSV(B)176.09º90.86%72.94%-
XYZ25.5338.3346.61-
YUV134.21151.0144.39-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.50%
GREEN value IS 186 (73.05% from 255) = 49.21%
BLUE value IS 175 (68.75% from 255) = 46.30%
R=4.50%
G=49.21%
B=46.30%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal171861750.9100.060.27176.0983.2539.8
Hex11BAAF5B061Bb05328
Octal21272257133063326012350
Binary1000110111010101011111011011011011011101100001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11BAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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