#68D9A4

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

Shades of Medium Aquamarine #68D9A4

Tints of Medium Aquamarine #68D9A4

Color information

#68D9A4 (or 0x68D9A4) is unknown color: approx Medium Aquamarine. HEX triplet: 68, D9 and A4. RGB value is (104,217,164). Sum of RGB (Red+Green+Blue) = 104+217+164=485 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.44% from 485); Green value is 217 (85.16% from 255 or 44.74% from 485); Blue value is 164 (64.45% from 255 or 33.81% from 485); Max value from RGB is 217 - color contains mainly: green. Hex color #68D9A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68D9A4 is #97265B. Grayscale: #B1B1B1. Windows color (decimal): -9905756 or 10803560. OLE color: 10803560.

HSL color Cylindrical-coordinate representation of color #68D9A4: hue angle of 151.86º degrees, saturation: 0.6, 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 #68D9A4 is Cyan = 0.52, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB104217164-
CMYK0.5200.240.15
HSL151.86º59.79%62.94%-
HSV(B)151.86º52.07%85.1%-
XYZ37.2255.2543.82-
YUV177.17120.5675.81-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.44%
GREEN value IS 217 (85.16% from 255) = 44.74%
BLUE value IS 164 (64.45% from 255) = 33.81%
R=21.44%
G=44.74%
B=33.81%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1042171640.5200.240.15151.8659.7962.94
Hex68D9A434018F983c3f
Octal15033124464030172307477
Binary11010001101100110100100110100011000111110011000111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68D9A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,217,164); }

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

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

 a { background-color: rgb(104,217,164); }

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

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

 span { border-color: rgb(104,217,164); }

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