#68D2AD

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

Shades of Medium Aquamarine #68D2AD

Tints of Medium Aquamarine #68D2AD

Color information

#68D2AD (or 0x68D2AD) is unknown color: approx Medium Aquamarine. HEX triplet: 68, D2 and AD. RGB value is (104,210,173). Sum of RGB (Red+Green+Blue) = 104+210+173=487 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.36% from 487); Green value is 210 (82.42% from 255 or 43.12% from 487); Blue value is 173 (67.97% from 255 or 35.52% from 487); Max value from RGB is 210 - color contains mainly: green. Hex color #68D2AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68D2AD is #972D52. Grayscale: #AEAEAE. Windows color (decimal): -9907539 or 11391592. OLE color: 11391592.

HSL color Cylindrical-coordinate representation of color #68D2AD: hue angle of 159.06º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68D2AD is Cyan = 0.50, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB104210173-
CMYK0.5000.180.18
HSL159.06º54.08%61.57%-
HSV(B)159.06º50.48%82.35%-
XYZ36.352.0547.67-
YUV174.09127.3878.01-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.36%
GREEN value IS 210 (82.42% from 255) = 43.12%
BLUE value IS 173 (67.97% from 255) = 35.52%
R=21.36%
G=43.12%
B=35.52%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1042101730.5000.180.18159.0654.0861.57
Hex68D2AD32012129f363e
Octal15032225562022222376676
Binary110100011010010101011011100100100101001010011111110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68D2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,210,173); }

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

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

 a { background-color: rgb(104,210,173); }

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

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

 span { border-color: rgb(104,210,173); }

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