#68F6A7

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

Shades of Medium Aquamarine #68F6A7

Tints of Medium Aquamarine #68F6A7

Color information

#68F6A7 (or 0x68F6A7) is unknown color: approx Medium Aquamarine. HEX triplet: 68, F6 and A7. RGB value is (104,246,167). Sum of RGB (Red+Green+Blue) = 104+246+167=517 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.12% from 517); Green value is 246 (96.48% from 255 or 47.58% from 517); Blue value is 167 (65.62% from 255 or 32.30% from 517); Max value from RGB is 246 - color contains mainly: green. Hex color #68F6A7 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F6A7 is #970958. Grayscale: #C2C2C2. Windows color (decimal): -9898329 or 11007592. OLE color: 11007592.

HSL color Cylindrical-coordinate representation of color #68F6A7: hue angle of 146.62º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68F6A7 is Cyan = 0.58, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.04.

Color convert

RGB104246167-
CMYK0.5800.320.04
HSL146.62º88.75%68.63%-
HSV(B)146.62º57.72%96.47%-
XYZ45.6471.6447.98-
YUV194.54112.4663.42-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 20.12%
GREEN value IS 246 (96.48% from 255) = 47.58%
BLUE value IS 167 (65.62% from 255) = 32.30%
R=20.12%
G=47.58%
B=32.30%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1042461670.5800.320.04146.6288.7568.63
Hex68F6A73A0204935945
Octal150366247720404223131105
Binary1101000111101101010011111101001000001001001001110110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68F6A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,246,167); }

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

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

 a { background-color: rgb(104,246,167); }

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

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

 span { border-color: rgb(104,246,167); }

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