#7DCEA2

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

Shades of Medium Aquamarine #7DCEA2

Tints of Medium Aquamarine #7DCEA2

Color information

#7DCEA2 (or 0x7DCEA2) is unknown color: approx Medium Aquamarine. HEX triplet: 7D, CE and A2. RGB value is (125,206,162). Sum of RGB (Red+Green+Blue) = 125+206+162=493 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.35% from 493); Green value is 206 (80.86% from 255 or 41.78% from 493); Blue value is 162 (63.67% from 255 or 32.86% from 493); Max value from RGB is 206 - color contains mainly: green. Hex color #7DCEA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCEA2 is #82315D. Grayscale: #B0B0B0. Windows color (decimal): -8532318 or 10669693. OLE color: 10669693.

HSL color Cylindrical-coordinate representation of color #7DCEA2: hue angle of 147.41º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7DCEA2 is Cyan = 0.39, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.

Color convert

RGB125206162-
CMYK0.3900.210.19
HSL147.41º45.25%64.9%-
HSV(B)147.41º39.32%80.78%-
XYZ37.0551.1142.1-
YUV176.76119.6691.08-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.35%
GREEN value IS 206 (80.86% from 255) = 41.78%
BLUE value IS 162 (63.67% from 255) = 32.86%
R=25.35%
G=41.78%
B=32.86%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1252061620.3900.210.19147.4145.2564.9
Hex7DCEA22701513932d41
Octal175316242470252322355101
Binary1111101110011101010001010011101010110011100100111011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCEA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,206,162); }

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

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

 a { background-color: rgb(125,206,162); }

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

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

 span { border-color: rgb(125,206,162); }

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