#7DECC5

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

Shades of Aquamarine #7DECC5

Tints of Aquamarine #7DECC5

Color information

#7DECC5 (or 0x7DECC5) is unknown color: approx Aquamarine. HEX triplet: 7D, EC and C5. RGB value is (125,236,197). Sum of RGB (Red+Green+Blue) = 125+236+197=558 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.40% from 558); Green value is 236 (92.58% from 255 or 42.29% from 558); Blue value is 197 (77.34% from 255 or 35.30% from 558); Max value from RGB is 236 - color contains mainly: green. Hex color #7DECC5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DECC5 is #82133A. Grayscale: #C6C6C6. Windows color (decimal): -8524603 or 12971133. OLE color: 12971133.

HSL color Cylindrical-coordinate representation of color #7DECC5: hue angle of 158.92º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DECC5 is Cyan = 0.47, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB125236197-
CMYK0.4700.170.07
HSL158.92º74.5%70.78%-
HSV(B)158.92º47.03%92.55%-
XYZ48.5368.3863.46-
YUV198.36127.2375.67-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.40%
GREEN value IS 236 (92.58% from 255) = 42.29%
BLUE value IS 197 (77.34% from 255) = 35.30%
R=22.40%
G=42.29%
B=35.30%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1252361970.4700.170.07158.9274.570.78
Hex7DECC52F01179f4a47
Octal175354305570217237112107
Binary111110111101100110001011011110100011111001111110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DECC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,236,197); }

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

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

 a { background-color: rgb(125,236,197); }

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

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

 span { border-color: rgb(125,236,197); }

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