#68F7A4

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

Shades of Medium Aquamarine #68F7A4

Tints of Medium Aquamarine #68F7A4

Color information

#68F7A4 (or 0x68F7A4) is unknown color: approx Medium Aquamarine. HEX triplet: 68, F7 and A4. RGB value is (104,247,164). Sum of RGB (Red+Green+Blue) = 104+247+164=515 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.19% from 515); Green value is 247 (96.88% from 255 or 47.96% from 515); Blue value is 164 (64.45% from 255 or 31.84% from 515); Max value from RGB is 247 - color contains mainly: green. Hex color #68F7A4 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F7A4 is #97085B. Grayscale: #C2C2C2. Windows color (decimal): -9898076 or 10811240. OLE color: 10811240.

HSL color Cylindrical-coordinate representation of color #68F7A4: hue angle of 145.17º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68F7A4 is Cyan = 0.58, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.03.

Color convert

RGB104247164-
CMYK0.5800.340.03
HSL145.17º89.94%68.82%-
HSV(B)145.17º57.89%96.86%-
XYZ45.6772.1446.64-
YUV194.78110.6263.25-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 20.19%
GREEN value IS 247 (96.88% from 255) = 47.96%
BLUE value IS 164 (64.45% from 255) = 31.84%
R=20.19%
G=47.96%
B=31.84%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1042471640.5800.340.03145.1789.9468.82
Hex68F7A43A0223915a45
Octal150367244720423221132105
Binary110100011110111101001001110100100010111001000110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68F7A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68F7A4; }

 p { color: rgb(104,247,164); }

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

<style>
 a { background-color: #68F7A4; }

 a { background-color: rgb(104,247,164); }

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

<style>
 span { border-color: #68F7A4; }

 span { border-color: rgb(104,247,164); }

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