#68DDA6

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

Shades of Medium Aquamarine #68DDA6

Tints of Medium Aquamarine #68DDA6

Color information

#68DDA6 (or 0x68DDA6) is unknown color: approx Medium Aquamarine. HEX triplet: 68, DD and A6. RGB value is (104,221,166). Sum of RGB (Red+Green+Blue) = 104+221+166=491 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.18% from 491); Green value is 221 (86.72% from 255 or 45.01% from 491); Blue value is 166 (65.23% from 255 or 33.81% from 491); Max value from RGB is 221 - color contains mainly: green. Hex color #68DDA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68DDA6 is #972259. Grayscale: #B3B3B3. Windows color (decimal): -9904730 or 10935656. OLE color: 10935656.

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

Color convert

RGB104221166-
CMYK0.5300.250.13
HSL151.79º63.24%63.73%-
HSV(B)151.79º52.94%86.67%-
XYZ38.4557.4145.13-
YUV179.75120.2473.97-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.18%
GREEN value IS 221 (86.72% from 255) = 45.01%
BLUE value IS 166 (65.23% from 255) = 33.81%
R=21.18%
G=45.01%
B=33.81%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1042211660.5300.250.13151.7963.2463.73
Hex68DDA635019D983f40
Octal150335246650311523077100
Binary110100011011101101001101101010110011101100110001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68DDA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,221,166); }

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

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

 a { background-color: rgb(104,221,166); }

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

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

 span { border-color: rgb(104,221,166); }

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