#11B1AB

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

Shades of Light Sea Green #11B1AB

Tints of Light Sea Green #11B1AB

Color information

#11B1AB (or 0x11B1AB) is unknown color: approx Light Sea Green. HEX triplet: 11, B1 and AB. RGB value is (17,177,171). Sum of RGB (Red+Green+Blue) = 17+177+171=365 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.66% from 365); Green value is 177 (69.53% from 255 or 48.49% from 365); Blue value is 171 (67.19% from 255 or 46.85% from 365); Max value from RGB is 177 - color contains mainly: green. Hex color #11B1AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11B1AB is #EE4E54. Grayscale: #808080. Windows color (decimal): -15617621 or 11251985. OLE color: 11251985.

HSL color Cylindrical-coordinate representation of color #11B1AB: hue angle of 177.75º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11B1AB is Cyan = 0.90, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB17177171-
CMYK0.9000.030.31
HSL177.75º82.47%38.04%-
HSV(B)177.75º90.4%69.41%-
XYZ23.334.543.96-
YUV128.48151.9948.49-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.66%
GREEN value IS 177 (69.53% from 255) = 48.49%
BLUE value IS 171 (67.19% from 255) = 46.85%
R=4.66%
G=48.49%
B=46.85%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal171771710.9000.030.31177.7582.4738.04
Hex11B1AB5A031Fb25226
Octal21261253132033726212246
Binary100011011000110101011101101001111111101100101010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11B1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,177,171); }

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

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

 a { background-color: rgb(17,177,171); }

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

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

 span { border-color: rgb(17,177,171); }

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