#68DEA0

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

Shades of Medium Aquamarine #68DEA0

Tints of Medium Aquamarine #68DEA0

Color information

#68DEA0 (or 0x68DEA0) is unknown color: approx Medium Aquamarine. HEX triplet: 68, DE and A0. RGB value is (104,222,160). Sum of RGB (Red+Green+Blue) = 104+222+160=486 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.40% from 486); Green value is 222 (87.11% from 255 or 45.68% from 486); Blue value is 160 (62.89% from 255 or 32.92% from 486); Max value from RGB is 222 - color contains mainly: green. Hex color #68DEA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68DEA0 is #97215F. Grayscale: #B3B3B3. Windows color (decimal): -9904480 or 10542696. OLE color: 10542696.

HSL color Cylindrical-coordinate representation of color #68DEA0: hue angle of 148.47º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68DEA0 is Cyan = 0.53, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB104222160-
CMYK0.5300.280.13
HSL148.47º64.13%63.92%-
HSV(B)148.47º53.15%87.06%-
XYZ38.1857.7242.39-
YUV179.65116.9174.04-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.40%
GREEN value IS 222 (87.11% from 255) = 45.68%
BLUE value IS 160 (62.89% from 255) = 32.92%
R=21.40%
G=45.68%
B=32.92%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1042221600.5300.280.13148.4764.1363.92
Hex68DEA03501CD944040
Octal1503362406503415224100100
Binary1101000110111101010000011010101110011011001010010000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68DEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,222,160); }

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

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

 a { background-color: rgb(104,222,160); }

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

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

 span { border-color: rgb(104,222,160); }

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