#6FC8AC

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

Shades of Medium Aquamarine #6FC8AC

Tints of Medium Aquamarine #6FC8AC

Color information

#6FC8AC (or 0x6FC8AC) is unknown color: approx Medium Aquamarine. HEX triplet: 6F, C8 and AC. RGB value is (111,200,172). Sum of RGB (Red+Green+Blue) = 111+200+172=483 (63% of max value = 765). Red value is 111 (43.75% from 255 or 22.98% from 483); Green value is 200 (78.52% from 255 or 41.41% from 483); Blue value is 172 (67.58% from 255 or 35.61% from 483); Max value from RGB is 200 - color contains mainly: green. Hex color #6FC8AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FC8AC is #903753. Grayscale: #AAAAAA. Windows color (decimal): -9451348 or 11323503. OLE color: 11323503.

HSL color Cylindrical-coordinate representation of color #6FC8AC: hue angle of 161.12º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6FC8AC is Cyan = 0.44, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB111200172-
CMYK0.4400.140.22
HSL161.12º44.72%60.98%-
HSV(B)161.12º44.5%78.43%-
XYZ34.6647.6746.4-
YUV170.2129.0185.78-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.98%
GREEN value IS 200 (78.52% from 255) = 41.41%
BLUE value IS 172 (67.58% from 255) = 35.61%
R=22.98%
G=41.41%
B=35.61%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1112001720.4400.140.22161.1244.7260.98
Hex6FC8AC2C0E16a12d3d
Octal15731025454016262415575
Binary11011111100100010101100101100011101011010100001101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FC8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,200,172); }

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

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

 a { background-color: rgb(111,200,172); }

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

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

 span { border-color: rgb(111,200,172); }

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