#68DEA9

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

Shades of Medium Aquamarine #68DEA9

Tints of Medium Aquamarine #68DEA9

Color information

#68DEA9 (or 0x68DEA9) is unknown color: approx Medium Aquamarine. HEX triplet: 68, DE and A9. RGB value is (104,222,169). Sum of RGB (Red+Green+Blue) = 104+222+169=495 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.01% from 495); Green value is 222 (87.11% from 255 or 44.85% from 495); Blue value is 169 (66.41% from 255 or 34.14% from 495); Max value from RGB is 222 - color contains mainly: green. Hex color #68DEA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68DEA9 is #972156. Grayscale: #B4B4B4. Windows color (decimal): -9904471 or 11132520. OLE color: 11132520.

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

Color convert

RGB104222169-
CMYK0.5300.240.13
HSL153.05º64.13%63.92%-
HSV(B)153.05º53.15%87.06%-
XYZ38.9958.0546.69-
YUV180.68121.4173.31-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.01%
GREEN value IS 222 (87.11% from 255) = 44.85%
BLUE value IS 169 (66.41% from 255) = 34.14%
R=21.01%
G=44.85%
B=34.14%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1042221690.5300.240.13153.0564.1363.92
Hex68DEA935018D994040
Octal1503362516503015231100100
Binary1101000110111101010100111010101100011011001100110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68DEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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