#7DD5AA

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

Shades of Medium Aquamarine #7DD5AA

Tints of Medium Aquamarine #7DD5AA

Color information

#7DD5AA (or 0x7DD5AA) is unknown color: approx Medium Aquamarine. HEX triplet: 7D, D5 and AA. RGB value is (125,213,170). Sum of RGB (Red+Green+Blue) = 125+213+170=508 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.61% from 508); Green value is 213 (83.59% from 255 or 41.93% from 508); Blue value is 170 (66.80% from 255 or 33.46% from 508); Max value from RGB is 213 - color contains mainly: green. Hex color #7DD5AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD5AA is #822A55. Grayscale: #B5B5B5. Windows color (decimal): -8530518 or 11195773. OLE color: 11195773.

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

Color convert

RGB125213170-
CMYK0.4100.200.16
HSL150.68º51.16%66.27%-
HSV(B)150.68º41.31%83.53%-
XYZ39.5154.8546.54-
YUV181.79121.3587.5-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.61%
GREEN value IS 213 (83.59% from 255) = 41.93%
BLUE value IS 170 (66.80% from 255) = 33.46%
R=24.61%
G=41.93%
B=33.46%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1252131700.4100.200.16150.6851.1666.27
Hex7DD5AA2901410973342
Octal175325252510242022763102
Binary1111101110101011010101010100101010010000100101111100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,213,170); }

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

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

 a { background-color: rgb(125,213,170); }

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

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

 span { border-color: rgb(125,213,170); }

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