#11ABB1

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

Shades of Light Sea Green #11ABB1

Tints of Light Sea Green #11ABB1

Color information

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

HSL color Cylindrical-coordinate representation of color #11ABB1: hue angle of 182.25º 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 #11ABB1 is Cyan = 0.90, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17171177-
CMYK0.900.0300.31
HSL182.25º82.47%38.04%-
HSV(B)182.25º90.4%69.41%-
XYZ22.7332.4246.65-
YUV125.64156.9850.51-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal171711770.900.0300.31182.2582.4738.04
Hex11ABB15A301Fb65226
Octal21253261132303726612246
Binary100011010101110110001101101011011111101101101010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11ABB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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