#7DCCA3

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

Shades of Medium Aquamarine #7DCCA3

Tints of Medium Aquamarine #7DCCA3

Color information

#7DCCA3 (or 0x7DCCA3) is unknown color: approx Medium Aquamarine. HEX triplet: 7D, CC and A3. RGB value is (125,204,163). Sum of RGB (Red+Green+Blue) = 125+204+163=492 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.41% from 492); Green value is 204 (80.08% from 255 or 41.46% from 492); Blue value is 163 (64.06% from 255 or 33.13% from 492); Max value from RGB is 204 - color contains mainly: green. Hex color #7DCCA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCCA3 is #82335C. Grayscale: #AFAFAF. Windows color (decimal): -8532829 or 10734717. OLE color: 10734717.

HSL color Cylindrical-coordinate representation of color #7DCCA3: hue angle of 148.86º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7DCCA3 is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.2.

Color convert

RGB125204163-
CMYK0.3900.200.2
HSL148.86º43.65%64.51%-
HSV(B)148.86º38.73%80%-
XYZ36.6650.1942.41-
YUV175.7120.8391.83-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.41%
GREEN value IS 204 (80.08% from 255) = 41.46%
BLUE value IS 163 (64.06% from 255) = 33.13%
R=25.41%
G=41.46%
B=33.13%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1252041630.3900.200.2148.8643.6564.51
Hex7DCCA32701414952c41
Octal175314243470242422554101
Binary1111101110011001010001110011101010010100100101011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCCA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,204,163); }

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

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

 a { background-color: rgb(125,204,163); }

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

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

 span { border-color: rgb(125,204,163); }

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