#68E1AA

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

Shades of Medium Aquamarine #68E1AA

Tints of Medium Aquamarine #68E1AA

Color information

#68E1AA (or 0x68E1AA) is unknown color: approx Medium Aquamarine. HEX triplet: 68, E1 and AA. RGB value is (104,225,170). Sum of RGB (Red+Green+Blue) = 104+225+170=499 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.84% from 499); Green value is 225 (88.28% from 255 or 45.09% from 499); Blue value is 170 (66.80% from 255 or 34.07% from 499); Max value from RGB is 225 - color contains mainly: green. Hex color #68E1AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68E1AA is #971E55. Grayscale: #B6B6B6. Windows color (decimal): -9903702 or 11198824. OLE color: 11198824.

HSL color Cylindrical-coordinate representation of color #68E1AA: hue angle of 152.73º 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 #68E1AA is Cyan = 0.54, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB104225170-
CMYK0.5400.240.12
HSL152.73º66.85%64.51%-
HSV(B)152.73º53.78%88.24%-
XYZ39.8959.747.45-
YUV182.55120.9171.97-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 20.84%
GREEN value IS 225 (88.28% from 255) = 45.09%
BLUE value IS 170 (66.80% from 255) = 34.07%
R=20.84%
G=45.09%
B=34.07%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1042251700.5400.240.12152.7366.8564.51
Hex68E1AA36018C994341
Octal1503412526603014231103101
Binary1101000111000011010101011011001100011001001100110000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68E1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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