#6FC9A5

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

Shades of Medium Aquamarine #6FC9A5

Tints of Medium Aquamarine #6FC9A5

Color information

#6FC9A5 (or 0x6FC9A5) is unknown color: approx Medium Aquamarine. HEX triplet: 6F, C9 and A5. RGB value is (111,201,165). Sum of RGB (Red+Green+Blue) = 111+201+165=477 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.27% from 477); Green value is 201 (78.91% from 255 or 42.14% from 477); Blue value is 165 (64.84% from 255 or 34.59% from 477); Max value from RGB is 201 - color contains mainly: green. Hex color #6FC9A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FC9A5 is #90365A. Grayscale: #AAAAAA. Windows color (decimal): -9451099 or 10865007. OLE color: 10865007.

HSL color Cylindrical-coordinate representation of color #6FC9A5: hue angle of 156º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6FC9A5 is Cyan = 0.45, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB111201165-
CMYK0.4500.180.21
HSL156º45.45%61.18%-
HSV(B)156º44.78%78.82%-
XYZ34.2347.8743.03-
YUV169.99125.1885.93-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.27%
GREEN value IS 201 (78.91% from 255) = 42.14%
BLUE value IS 165 (64.84% from 255) = 34.59%
R=23.27%
G=42.14%
B=34.59%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1112011650.4500.180.2115645.4561.18
Hex6FC9A52D012159c2d3d
Octal15731124555022252345575
Binary110111111001001101001011011010100101010110011100101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FC9A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,201,165); }

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

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

 a { background-color: rgb(111,201,165); }

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

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

 span { border-color: rgb(111,201,165); }

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