#68E6A1

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

Shades of Medium Aquamarine #68E6A1

Tints of Medium Aquamarine #68E6A1

Color information

#68E6A1 (or 0x68E6A1) is unknown color: approx Medium Aquamarine. HEX triplet: 68, E6 and A1. RGB value is (104,230,161). Sum of RGB (Red+Green+Blue) = 104+230+161=495 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.01% from 495); Green value is 230 (90.23% from 255 or 46.46% from 495); Blue value is 161 (63.28% from 255 or 32.53% from 495); Max value from RGB is 230 - color contains mainly: green. Hex color #68E6A1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68E6A1 is #97195E. Grayscale: #B8B8B8. Windows color (decimal): -9902431 or 10610280. OLE color: 10610280.

HSL color Cylindrical-coordinate representation of color #68E6A1: hue angle of 147.14º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68E6A1 is Cyan = 0.55, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.10.

Color convert

RGB104230161-
CMYK0.5500.30.10
HSL147.14º71.59%65.49%-
HSV(B)147.14º54.78%90.2%-
XYZ40.4462.1143.58-
YUV184.46114.7670.61-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.01%
GREEN value IS 230 (90.23% from 255) = 46.46%
BLUE value IS 161 (63.28% from 255) = 32.53%
R=21.01%
G=46.46%
B=32.53%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1042301610.5500.30.10147.1471.5965.49
Hex68E6A13701EA934841
Octal1503462416703612223110101
Binary1101000111001101010000111011101111010101001001110010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68E6A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,230,161); }

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

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

 a { background-color: rgb(104,230,161); }

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

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

 span { border-color: rgb(104,230,161); }

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