#68F1A6

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

Shades of Medium Aquamarine #68F1A6

Tints of Medium Aquamarine #68F1A6

Color information

#68F1A6 (or 0x68F1A6) is unknown color: approx Medium Aquamarine. HEX triplet: 68, F1 and A6. RGB value is (104,241,166). Sum of RGB (Red+Green+Blue) = 104+241+166=511 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.35% from 511); Green value is 241 (94.53% from 255 or 47.16% from 511); Blue value is 166 (65.23% from 255 or 32.49% from 511); Max value from RGB is 241 - color contains mainly: green. Hex color #68F1A6 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F1A6 is #970E59. Grayscale: #BFBFBF. Windows color (decimal): -9899610 or 10940776. OLE color: 10940776.

HSL color Cylindrical-coordinate representation of color #68F1A6: hue angle of 147.15º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68F1A6 is Cyan = 0.57, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.05.

Color convert

RGB104241166-
CMYK0.5700.310.05
HSL147.15º83.03%67.65%-
HSV(B)147.15º56.85%94.51%-
XYZ44.0568.6147-
YUV191.49113.6165.6-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 20.35%
GREEN value IS 241 (94.53% from 255) = 47.16%
BLUE value IS 166 (65.23% from 255) = 32.49%
R=20.35%
G=47.16%
B=32.49%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1042411660.5700.310.05147.1583.0367.65
Hex68F1A63901F5935344
Octal150361246710375223123104
Binary110100011110001101001101110010111111011001001110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68F1A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,241,166); }

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

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

 a { background-color: rgb(104,241,166); }

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

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

 span { border-color: rgb(104,241,166); }

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