#11A3AB

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

Shades of Light Sea Green #11A3AB

Tints of Light Sea Green #11A3AB

Color information

#11A3AB (or 0x11A3AB) is unknown color: approx Light Sea Green. HEX triplet: 11, A3 and AB. RGB value is (17,163,171). Sum of RGB (Red+Green+Blue) = 17+163+171=351 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.84% from 351); Green value is 163 (64.06% from 255 or 46.44% from 351); Blue value is 171 (67.19% from 255 or 48.72% from 351); Max value from RGB is 171 - color contains mainly: blue. Hex color #11A3AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11A3AB is #EE5C54. Grayscale: #787878. Windows color (decimal): -15621205 or 11248401. OLE color: 11248401.

HSL color Cylindrical-coordinate representation of color #11A3AB: hue angle of 183.12º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11A3AB is Cyan = 0.90, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB17163171-
CMYK0.900.0500.33
HSL183.12º81.91%36.86%-
HSV(B)183.12º90.06%67.06%-
XYZ20.6829.2543.08-
YUV120.26156.6354.35-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.84%
GREEN value IS 163 (64.06% from 255) = 46.44%
BLUE value IS 171 (67.19% from 255) = 48.72%
R=4.84%
G=46.44%
B=48.72%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171631710.900.0500.33183.1281.9136.86
Hex11A3AB5A5021b75225
Octal21243253132504126712245
Binary10001101000111010101110110101010100001101101111010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11A3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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