#6FC4AA

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

Shades of Medium Aquamarine #6FC4AA

Tints of Medium Aquamarine #6FC4AA

Color information

#6FC4AA (or 0x6FC4AA) is unknown color: approx Medium Aquamarine. HEX triplet: 6F, C4 and AA. RGB value is (111,196,170). Sum of RGB (Red+Green+Blue) = 111+196+170=477 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.27% from 477); Green value is 196 (76.95% from 255 or 41.09% from 477); Blue value is 170 (66.80% from 255 or 35.64% from 477); Max value from RGB is 196 - color contains mainly: green. Hex color #6FC4AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FC4AA is #903B55. Grayscale: #A7A7A7. Windows color (decimal): -9452374 or 11191407. OLE color: 11191407.

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

Color convert

RGB111196170-
CMYK0.4300.130.23
HSL161.65º41.87%60.2%-
HSV(B)161.65º43.37%76.86%-
XYZ33.5545.7645.09-
YUV167.62129.3487.61-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.27%
GREEN value IS 196 (76.95% from 255) = 41.09%
BLUE value IS 170 (66.80% from 255) = 35.64%
R=23.27%
G=41.09%
B=35.64%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1111961700.4300.130.23161.6541.8760.2
Hex6FC4AA2B0D17a22a3c
Octal15730425253015272425274
Binary11011111100010010101010101011011011011110100010101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FC4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,196,170); }

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

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

 a { background-color: rgb(111,196,170); }

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

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

 span { border-color: rgb(111,196,170); }

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