#68D5A4

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

Shades of Medium Aquamarine #68D5A4

Tints of Medium Aquamarine #68D5A4

Color information

#68D5A4 (or 0x68D5A4) is unknown color: approx Medium Aquamarine. HEX triplet: 68, D5 and A4. RGB value is (104,213,164). Sum of RGB (Red+Green+Blue) = 104+213+164=481 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.62% from 481); Green value is 213 (83.59% from 255 or 44.28% from 481); Blue value is 164 (64.45% from 255 or 34.10% from 481); Max value from RGB is 213 - color contains mainly: green. Hex color #68D5A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68D5A4 is #972A5B. Grayscale: #AEAEAE. Windows color (decimal): -9906780 or 10802536. OLE color: 10802536.

HSL color Cylindrical-coordinate representation of color #68D5A4: hue angle of 153.03º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68D5A4 is Cyan = 0.51, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB104213164-
CMYK0.5100.230.16
HSL153.03º56.48%62.16%-
HSV(B)153.03º51.17%83.53%-
XYZ36.253.2143.48-
YUV174.82121.8977.48-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.62%
GREEN value IS 213 (83.59% from 255) = 44.28%
BLUE value IS 164 (64.45% from 255) = 34.10%
R=21.62%
G=44.28%
B=34.10%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1042131640.5100.230.16153.0356.4862.16
Hex68D5A4330171099383e
Octal15032524463027202317076
Binary110100011010101101001001100110101111000010011001111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68D5A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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