#7DD6AC

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

Shades of Medium Aquamarine #7DD6AC

Tints of Medium Aquamarine #7DD6AC

Color information

#7DD6AC (or 0x7DD6AC) is unknown color: approx Medium Aquamarine. HEX triplet: 7D, D6 and AC. RGB value is (125,214,172). Sum of RGB (Red+Green+Blue) = 125+214+172=511 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.46% from 511); Green value is 214 (83.98% from 255 or 41.88% from 511); Blue value is 172 (67.58% from 255 or 33.66% from 511); Max value from RGB is 214 - color contains mainly: green. Hex color #7DD6AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD6AC is #822953. Grayscale: #B6B6B6. Windows color (decimal): -8530260 or 11327101. OLE color: 11327101.

HSL color Cylindrical-coordinate representation of color #7DD6AC: hue angle of 151.69º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7DD6AC is Cyan = 0.42, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB125214172-
CMYK0.4200.200.16
HSL151.69º52.05%66.47%-
HSV(B)151.69º41.59%83.92%-
XYZ39.9555.4347.62-
YUV182.6122.0186.92-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.46%
GREEN value IS 214 (83.98% from 255) = 41.88%
BLUE value IS 172 (67.58% from 255) = 33.66%
R=24.46%
G=41.88%
B=33.66%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1252141720.4200.200.16151.6952.0566.47
Hex7DD6AC2A01410983442
Octal175326254520242023064102
Binary1111101110101101010110010101001010010000100110001101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7DD6AC; }

 p { color: rgb(125,214,172); }

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

<style>
 a { background-color: #7DD6AC; }

 a { background-color: rgb(125,214,172); }

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

<style>
 span { border-color: #7DD6AC; }

 span { border-color: rgb(125,214,172); }

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