#11AFA5

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

Shades of Light Sea Green #11AFA5

Tints of Light Sea Green #11AFA5

Color information

#11AFA5 (or 0x11AFA5) is unknown color: approx Light Sea Green. HEX triplet: 11, AF and A5. RGB value is (17,175,165). Sum of RGB (Red+Green+Blue) = 17+175+165=357 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.76% from 357); Green value is 175 (68.75% from 255 or 49.02% from 357); Blue value is 165 (64.84% from 255 or 46.22% from 357); Max value from RGB is 175 - color contains mainly: green. Hex color #11AFA5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11AFA5 is #EE505A. Grayscale: #7E7E7E. Windows color (decimal): -15618139 or 10858257. OLE color: 10858257.

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

Color convert

RGB17175165-
CMYK0.9000.060.31
HSL176.2º82.29%37.65%-
HSV(B)176.2º90.29%68.63%-
XYZ22.3533.540.88-
YUV126.62149.6549.81-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.76%
GREEN value IS 175 (68.75% from 255) = 49.02%
BLUE value IS 165 (64.84% from 255) = 46.22%
R=4.76%
G=49.02%
B=46.22%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal171751650.9000.060.31176.282.2937.65
Hex11AFA55A061Fb05226
Octal21257245132063726012246
Binary1000110101111101001011011010011011111101100001010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11AFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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