#7DECD9

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

Shades of Aquamarine #7DECD9

Tints of Aquamarine #7DECD9

Color information

#7DECD9 (or 0x7DECD9) is unknown color: approx Aquamarine. HEX triplet: 7D, EC and D9. RGB value is (125,236,217). Sum of RGB (Red+Green+Blue) = 125+236+217=578 (76% of max value = 765). Red value is 125 (49.22% from 255 or 21.63% from 578); Green value is 236 (92.58% from 255 or 40.83% from 578); Blue value is 217 (85.16% from 255 or 37.54% from 578); Max value from RGB is 236 - color contains mainly: green. Hex color #7DECD9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DECD9 is #821326. Grayscale: #C8C8C8. Windows color (decimal): -8524583 or 14281853. OLE color: 14281853.

HSL color Cylindrical-coordinate representation of color #7DECD9: hue angle of 169.73º 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 #7DECD9 is Cyan = 0.47, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB125236217-
CMYK0.4700.080.07
HSL169.73º74.5%70.78%-
HSV(B)169.73º47.03%92.55%-
XYZ50.9869.3676.35-
YUV200.64137.2374.04-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 21.63%
GREEN value IS 236 (92.58% from 255) = 40.83%
BLUE value IS 217 (85.16% from 255) = 37.54%
R=21.63%
G=40.83%
B=37.54%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1252362170.4700.080.07169.7374.570.78
Hex7DECD92F087aa4a47
Octal175354331570107252112107
Binary11111011110110011011001101111010001111010101010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DECD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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