#68F1A3

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

Shades of Medium Aquamarine #68F1A3

Tints of Medium Aquamarine #68F1A3

Color information

#68F1A3 (or 0x68F1A3) is unknown color: approx Medium Aquamarine. HEX triplet: 68, F1 and A3. RGB value is (104,241,163). Sum of RGB (Red+Green+Blue) = 104+241+163=508 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.47% from 508); Green value is 241 (94.53% from 255 or 47.44% from 508); Blue value is 163 (64.06% from 255 or 32.09% from 508); Max value from RGB is 241 - color contains mainly: green. Hex color #68F1A3 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F1A3 is #970E5C. Grayscale: #BFBFBF. Windows color (decimal): -9899613 or 10744168. OLE color: 10744168.

HSL color Cylindrical-coordinate representation of color #68F1A3: hue angle of 145.84º 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 #68F1A3 is Cyan = 0.57, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.05.

Color convert

RGB104241163-
CMYK0.5700.320.05
HSL145.84º83.03%67.65%-
HSV(B)145.84º56.85%94.51%-
XYZ43.7868.545.56-
YUV191.14112.1165.84-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 20.47%
GREEN value IS 241 (94.53% from 255) = 47.44%
BLUE value IS 163 (64.06% from 255) = 32.09%
R=20.47%
G=47.44%
B=32.09%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1042411630.5700.320.05145.8483.0367.65
Hex68F1A3390205925344
Octal150361243710405222123104
Binary1101000111100011010001111100101000001011001001010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68F1A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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