#6FCFA4

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

Shades of Medium Aquamarine #6FCFA4

Tints of Medium Aquamarine #6FCFA4

Color information

#6FCFA4 (or 0x6FCFA4) is unknown color: approx Medium Aquamarine. HEX triplet: 6F, CF and A4. RGB value is (111,207,164). Sum of RGB (Red+Green+Blue) = 111+207+164=482 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.03% from 482); Green value is 207 (81.25% from 255 or 42.95% from 482); Blue value is 164 (64.45% from 255 or 34.02% from 482); Max value from RGB is 207 - color contains mainly: green. Hex color #6FCFA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FCFA4 is #90305B. Grayscale: #ADADAD. Windows color (decimal): -9449564 or 10801007. OLE color: 10801007.

HSL color Cylindrical-coordinate representation of color #6FCFA4: hue angle of 153.12º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6FCFA4 is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.

Color convert

RGB111207164-
CMYK0.4600.210.19
HSL153.12º50%62.35%-
HSV(B)153.12º46.38%81.18%-
XYZ35.5750.6943.03-
YUV173.39122.783.5-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.03%
GREEN value IS 207 (81.25% from 255) = 42.95%
BLUE value IS 164 (64.45% from 255) = 34.02%
R=23.03%
G=42.95%
B=34.02%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1112071640.4600.210.19153.125062.35
Hex6FCFA42E0151399323e
Octal15731724456025232316276
Binary110111111001111101001001011100101011001110011001110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FCFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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