#11AF9F

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

Shades of Light Sea Green #11AF9F

Tints of Light Sea Green #11AF9F

Color information

#11AF9F (or 0x11AF9F) is unknown color: approx Light Sea Green. HEX triplet: 11, AF and 9F. RGB value is (17,175,159). Sum of RGB (Red+Green+Blue) = 17+175+159=351 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.84% from 351); Green value is 175 (68.75% from 255 or 49.86% from 351); Blue value is 159 (62.5% from 255 or 45.30% from 351); Max value from RGB is 175 - color contains mainly: green. Hex color #11AF9F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11AF9F is #EE5060. Grayscale: #7D7D7D. Windows color (decimal): -15618145 or 10465041. OLE color: 10465041.

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

Color convert

RGB17175159-
CMYK0.9000.090.31
HSL173.92º82.29%37.65%-
HSV(B)173.92º90.29%68.63%-
XYZ21.8233.2838.08-
YUV125.93146.6550.3-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.84%
GREEN value IS 175 (68.75% from 255) = 49.86%
BLUE value IS 159 (62.5% from 255) = 45.30%
R=4.84%
G=49.86%
B=45.30%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal171751590.9000.090.31173.9282.2937.65
Hex11AF9F5A091Fae5226
Octal212572371320113725612246
Binary10001101011111001111110110100100111111101011101010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11AF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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