#68E1AF

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

Shades of Medium Aquamarine #68E1AF

Tints of Medium Aquamarine #68E1AF

Color information

#68E1AF (or 0x68E1AF) is unknown color: approx Medium Aquamarine. HEX triplet: 68, E1 and AF. RGB value is (104,225,175). Sum of RGB (Red+Green+Blue) = 104+225+175=504 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.63% from 504); Green value is 225 (88.28% from 255 or 44.64% from 504); Blue value is 175 (68.75% from 255 or 34.72% from 504); Max value from RGB is 225 - color contains mainly: green. Hex color #68E1AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68E1AF is #971E50. Grayscale: #B7B7B7. Windows color (decimal): -9903697 or 11526504. OLE color: 11526504.

HSL color Cylindrical-coordinate representation of color #68E1AF: hue angle of 155.21º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #68E1AF is Cyan = 0.54, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB104225175-
CMYK0.5400.220.12
HSL155.21º66.85%64.51%-
HSV(B)155.21º53.78%88.24%-
XYZ40.3759.8949.99-
YUV183.12123.4171.57-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 20.63%
GREEN value IS 225 (88.28% from 255) = 44.64%
BLUE value IS 175 (68.75% from 255) = 34.72%
R=20.63%
G=44.64%
B=34.72%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1042251750.5400.220.12155.2166.8564.51
Hex68E1AF36016C9b4341
Octal1503412576602614233103101
Binary1101000111000011010111111011001011011001001101110000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68E1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,225,175); }

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

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

 a { background-color: rgb(104,225,175); }

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

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

 span { border-color: rgb(104,225,175); }

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