#68F7AE

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

Shades of Medium Aquamarine #68F7AE

Tints of Medium Aquamarine #68F7AE

Color information

#68F7AE (or 0x68F7AE) is unknown color: approx Medium Aquamarine. HEX triplet: 68, F7 and AE. RGB value is (104,247,174). Sum of RGB (Red+Green+Blue) = 104+247+174=525 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.81% from 525); Green value is 247 (96.88% from 255 or 47.05% from 525); Blue value is 174 (68.36% from 255 or 33.14% from 525); Max value from RGB is 247 - color contains mainly: green. Hex color #68F7AE is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F7AE is #970851. Grayscale: #C4C4C4. Windows color (decimal): -9898066 or 11466600. OLE color: 11466600.

HSL color Cylindrical-coordinate representation of color #68F7AE: hue angle of 149.37º 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 #68F7AE is Cyan = 0.58, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB104247174-
CMYK0.5800.300.03
HSL149.37º89.94%68.82%-
HSV(B)149.37º57.89%96.86%-
XYZ46.6172.5251.59-
YUV195.92115.6262.44-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.81%
GREEN value IS 247 (96.88% from 255) = 47.05%
BLUE value IS 174 (68.36% from 255) = 33.14%
R=19.81%
G=47.05%
B=33.14%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1042471740.5800.300.03149.3789.9468.82
Hex68F7AE3A01E3955a45
Octal150367256720363225132105
Binary11010001111011110101110111010011110111001010110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68F7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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