#6FC5AB

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

Shades of Medium Aquamarine #6FC5AB

Tints of Medium Aquamarine #6FC5AB

Color information

#6FC5AB (or 0x6FC5AB) is unknown color: approx Medium Aquamarine. HEX triplet: 6F, C5 and AB. RGB value is (111,197,171). Sum of RGB (Red+Green+Blue) = 111+197+171=479 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.17% from 479); Green value is 197 (77.34% from 255 or 41.13% from 479); Blue value is 171 (67.19% from 255 or 35.70% from 479); Max value from RGB is 197 - color contains mainly: green. Hex color #6FC5AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FC5AB is #903A54. Grayscale: #A8A8A8. Windows color (decimal): -9452117 or 11257199. OLE color: 11257199.

HSL color Cylindrical-coordinate representation of color #6FC5AB: hue angle of 161.86º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6FC5AB is Cyan = 0.44, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB111197171-
CMYK0.4400.130.23
HSL161.86º42.57%60.39%-
HSV(B)161.86º43.65%77.25%-
XYZ33.8746.2545.67-
YUV168.32129.5187.11-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.17%
GREEN value IS 197 (77.34% from 255) = 41.13%
BLUE value IS 171 (67.19% from 255) = 35.70%
R=23.17%
G=41.13%
B=35.70%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1111971710.4400.130.23161.8642.5760.39
Hex6FC5AB2C0D17a22b3c
Octal15730525354015272425374
Binary11011111100010110101011101100011011011110100010101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FC5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,197,171); }

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

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

 a { background-color: rgb(111,197,171); }

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

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

 span { border-color: rgb(111,197,171); }

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