#6FD6A1

Color #6FD6A1 Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #6FD6A1

Tints of Medium Aquamarine #6FD6A1

Color information

#6FD6A1 (or 0x6FD6A1) is unknown color: approx Medium Aquamarine. HEX triplet: 6F, D6 and A1. RGB value is (111,214,161). Sum of RGB (Red+Green+Blue) = 111+214+161=486 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.84% from 486); Green value is 214 (83.98% from 255 or 44.03% from 486); Blue value is 161 (63.28% from 255 or 33.13% from 486); Max value from RGB is 214 - color contains mainly: green. Hex color #6FD6A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FD6A1 is #90295E. Grayscale: #B1B1B1. Windows color (decimal): -9447775 or 10606191. OLE color: 10606191.

HSL color Cylindrical-coordinate representation of color #6FD6A1: hue angle of 149.13º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6FD6A1 is Cyan = 0.48, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB111214161-
CMYK0.4800.250.16
HSL149.13º55.68%63.73%-
HSV(B)149.13º48.13%83.92%-
XYZ37.0454.0542.2-
YUV177.16118.8880.81-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.84%
GREEN value IS 214 (83.98% from 255) = 44.03%
BLUE value IS 161 (63.28% from 255) = 33.13%
R=22.84%
G=44.03%
B=33.13%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1112141610.4800.250.16149.1355.6863.73
Hex6FD6A13001910953840
Octal157326241600312022570100
Binary1101111110101101010000111000001100110000100101011110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FD6A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6FD6A1; }

 p { color: rgb(111,214,161); }

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

<style>
 a { background-color: #6FD6A1; }

 a { background-color: rgb(111,214,161); }

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

<style>
 span { border-color: #6FD6A1; }

 span { border-color: rgb(111,214,161); }

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