#68D29D

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

Shades of Medium Aquamarine #68D29D

Tints of Medium Aquamarine #68D29D

Color information

#68D29D (or 0x68D29D) is unknown color: approx Medium Aquamarine. HEX triplet: 68, D2 and 9D. RGB value is (104,210,157). Sum of RGB (Red+Green+Blue) = 104+210+157=471 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.08% from 471); Green value is 210 (82.42% from 255 or 44.59% from 471); Blue value is 157 (61.72% from 255 or 33.33% from 471); Max value from RGB is 210 - color contains mainly: green. Hex color #68D29D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68D29D is #972D62. Grayscale: #ACACAC. Windows color (decimal): -9907555 or 10343016. OLE color: 10343016.

HSL color Cylindrical-coordinate representation of color #68D29D: hue angle of 150º 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 #68D29D is Cyan = 0.50, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB104210157-
CMYK0.5000.250.18
HSL150º54.08%61.57%-
HSV(B)150º50.48%82.35%-
XYZ34.8451.4740-
YUV172.26119.3879.31-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.08%
GREEN value IS 210 (82.42% from 255) = 44.59%
BLUE value IS 157 (61.72% from 255) = 33.33%
R=22.08%
G=44.59%
B=33.33%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1042101570.5000.250.1815054.0861.57
Hex68D29D320191296363e
Octal15032223562031222266676
Binary110100011010010100111011100100110011001010010110110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68D29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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