#7DCAA5

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

Shades of Medium Aquamarine #7DCAA5

Tints of Medium Aquamarine #7DCAA5

Color information

#7DCAA5 (or 0x7DCAA5) is unknown color: approx Medium Aquamarine. HEX triplet: 7D, CA and A5. RGB value is (125,202,165). Sum of RGB (Red+Green+Blue) = 125+202+165=492 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.41% from 492); Green value is 202 (79.30% from 255 or 41.06% from 492); Blue value is 165 (64.84% from 255 or 33.54% from 492); Max value from RGB is 202 - color contains mainly: green. Hex color #7DCAA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCAA5 is #82355A. Grayscale: #AEAEAE. Windows color (decimal): -8533339 or 10865277. OLE color: 10865277.

HSL color Cylindrical-coordinate representation of color #7DCAA5: hue angle of 151.17º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7DCAA5 is Cyan = 0.38, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB125202165-
CMYK0.3800.180.21
HSL151.17º42.08%64.12%-
HSV(B)151.17º38.12%79.22%-
XYZ36.3749.3243.2-
YUV174.76122.4992.51-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.41%
GREEN value IS 202 (79.30% from 255) = 41.06%
BLUE value IS 165 (64.84% from 255) = 33.54%
R=25.41%
G=41.06%
B=33.54%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1252021650.3800.180.21151.1742.0864.12
Hex7DCAA52601215972a40
Octal175312245460222522752100
Binary1111101110010101010010110011001001010101100101111010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,202,165); }

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

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

 a { background-color: rgb(125,202,165); }

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

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

 span { border-color: rgb(125,202,165); }

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