#7DCAA4

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

Shades of Medium Aquamarine #7DCAA4

Tints of Medium Aquamarine #7DCAA4

Color information

#7DCAA4 (or 0x7DCAA4) is unknown color: approx Medium Aquamarine. HEX triplet: 7D, CA and A4. RGB value is (125,202,164). Sum of RGB (Red+Green+Blue) = 125+202+164=491 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.46% from 491); Green value is 202 (79.30% from 255 or 41.14% from 491); Blue value is 164 (64.45% from 255 or 33.40% from 491); Max value from RGB is 202 - color contains mainly: green. Hex color #7DCAA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCAA4 is #82355B. Grayscale: #AEAEAE. Windows color (decimal): -8533340 or 10799741. OLE color: 10799741.

HSL color Cylindrical-coordinate representation of color #7DCAA4: hue angle of 150.39º 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 #7DCAA4 is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.21.

Color convert

RGB125202164-
CMYK0.3800.190.21
HSL150.39º42.08%64.12%-
HSV(B)150.39º38.12%79.22%-
XYZ36.2849.2842.72-
YUV174.64121.9992.59-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.46%
GREEN value IS 202 (79.30% from 255) = 41.14%
BLUE value IS 164 (64.45% from 255) = 33.40%
R=25.46%
G=41.14%
B=33.40%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1252021640.3800.190.21150.3942.0864.12
Hex7DCAA42601315962a40
Octal175312244460232522652100
Binary1111101110010101010010010011001001110101100101101010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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