#11AFA9

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

Shades of Light Sea Green #11AFA9

Tints of Light Sea Green #11AFA9

Color information

#11AFA9 (or 0x11AFA9) is unknown color: approx Light Sea Green. HEX triplet: 11, AF and A9. RGB value is (17,175,169). Sum of RGB (Red+Green+Blue) = 17+175+169=361 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.71% from 361); Green value is 175 (68.75% from 255 or 48.48% from 361); Blue value is 169 (66.41% from 255 or 46.81% from 361); Max value from RGB is 175 - color contains mainly: green. Hex color #11AFA9 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11AFA9 is #EE5056. Grayscale: #7E7E7E. Windows color (decimal): -15618135 or 11120401. OLE color: 11120401.

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

Color convert

RGB17175169-
CMYK0.9000.030.31
HSL177.72º82.29%37.65%-
HSV(B)177.72º90.29%68.63%-
XYZ22.7233.6442.83-
YUV127.07151.6549.49-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.71%
GREEN value IS 175 (68.75% from 255) = 48.48%
BLUE value IS 169 (66.41% from 255) = 46.81%
R=4.71%
G=48.48%
B=46.81%

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
Decimal171751690.9000.030.31177.7282.2937.65
Hex11AFA95A031Fb25226
Octal21257251132033726212246
Binary100011010111110101001101101001111111101100101010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11AFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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