#6FC5A4

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

Shades of Medium Aquamarine #6FC5A4

Tints of Medium Aquamarine #6FC5A4

Color information

#6FC5A4 (or 0x6FC5A4) is unknown color: approx Medium Aquamarine. HEX triplet: 6F, C5 and A4. RGB value is (111,197,164). Sum of RGB (Red+Green+Blue) = 111+197+164=472 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.52% from 472); Green value is 197 (77.34% from 255 or 41.74% from 472); Blue value is 164 (64.45% from 255 or 34.75% from 472); Max value from RGB is 197 - color contains mainly: green. Hex color #6FC5A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FC5A4 is #903A5B. Grayscale: #A7A7A7. Windows color (decimal): -9452124 or 10798447. OLE color: 10798447.

HSL color Cylindrical-coordinate representation of color #6FC5A4: hue angle of 156.98º 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 #6FC5A4 is Cyan = 0.44, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.23.

Color convert

RGB111197164-
CMYK0.4400.170.23
HSL156.98º42.57%60.39%-
HSV(B)156.98º43.65%77.25%-
XYZ33.2245.9942.25-
YUV167.52126.0187.68-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.52%
GREEN value IS 197 (77.34% from 255) = 41.74%
BLUE value IS 164 (64.45% from 255) = 34.75%
R=23.52%
G=41.74%
B=34.75%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1111971640.4400.170.23156.9842.5760.39
Hex6FC5A42C011179d2b3c
Octal15730524454021272355374
Binary110111111000101101001001011000100011011110011101101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FC5A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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