#68D8AD

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

Shades of Medium Aquamarine #68D8AD

Tints of Medium Aquamarine #68D8AD

Color information

#68D8AD (or 0x68D8AD) is unknown color: approx Medium Aquamarine. HEX triplet: 68, D8 and AD. RGB value is (104,216,173). Sum of RGB (Red+Green+Blue) = 104+216+173=493 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.10% from 493); Green value is 216 (84.77% from 255 or 43.81% from 493); Blue value is 173 (67.97% from 255 or 35.09% from 493); Max value from RGB is 216 - color contains mainly: green. Hex color #68D8AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68D8AD is #972752. Grayscale: #B1B1B1. Windows color (decimal): -9906003 or 11393128. OLE color: 11393128.

HSL color Cylindrical-coordinate representation of color #68D8AD: hue angle of 156.96º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68D8AD is Cyan = 0.52, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB104216173-
CMYK0.5200.200.15
HSL156.96º58.95%62.75%-
HSV(B)156.96º51.85%84.71%-
XYZ37.8155.0748.17-
YUV177.61125.3975.5-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.10%
GREEN value IS 216 (84.77% from 255) = 43.81%
BLUE value IS 173 (67.97% from 255) = 35.09%
R=21.10%
G=43.81%
B=35.09%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1042161730.5200.200.15156.9658.9562.75
Hex68D8AD34014F9d3b3f
Octal15033025564024172357377
Binary11010001101100010101101110100010100111110011101111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68D8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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