#11BAB0

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

Shades of Light Sea Green #11BAB0

Tints of Light Sea Green #11BAB0

Color information

#11BAB0 (or 0x11BAB0) is unknown color: approx Light Sea Green. HEX triplet: 11, BA and B0. RGB value is (17,186,176). Sum of RGB (Red+Green+Blue) = 17+186+176=379 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.49% from 379); Green value is 186 (73.05% from 255 or 49.08% from 379); Blue value is 176 (69.14% from 255 or 46.44% from 379); Max value from RGB is 186 - color contains mainly: green. Hex color #11BAB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11BAB0 is #EE454F. Grayscale: #868686. Windows color (decimal): -15615312 or 11581969. OLE color: 11581969.

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

Color convert

RGB17186176-
CMYK0.9100.050.27
HSL176.45º83.25%39.8%-
HSV(B)176.45º90.86%72.94%-
XYZ25.6338.3747.13-
YUV134.33151.5144.31-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.49%
GREEN value IS 186 (73.05% from 255) = 49.08%
BLUE value IS 176 (69.14% from 255) = 46.44%
R=4.49%
G=49.08%
B=46.44%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal171861760.9100.050.27176.4583.2539.8
Hex11BAB05B051Bb05328
Octal21272260133053326012350
Binary1000110111010101100001011011010111011101100001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11BAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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