#7DECC7

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

Shades of Aquamarine #7DECC7

Tints of Aquamarine #7DECC7

Color information

#7DECC7 (or 0x7DECC7) is unknown color: approx Aquamarine. HEX triplet: 7D, EC and C7. RGB value is (125,236,199). Sum of RGB (Red+Green+Blue) = 125+236+199=560 (74% of max value = 765). Red value is 125 (49.22% from 255 or 22.32% from 560); Green value is 236 (92.58% from 255 or 42.14% from 560); Blue value is 199 (78.12% from 255 or 35.54% from 560); Max value from RGB is 236 - color contains mainly: green. Hex color #7DECC7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DECC7 is #821338. Grayscale: #C6C6C6. Windows color (decimal): -8524601 or 13102205. OLE color: 13102205.

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

Color convert

RGB125236199-
CMYK0.4700.160.07
HSL160º74.5%70.78%-
HSV(B)160º47.03%92.55%-
XYZ48.7668.4764.68-
YUV198.59128.2375.51-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.32%
GREEN value IS 236 (92.58% from 255) = 42.14%
BLUE value IS 199 (78.12% from 255) = 35.54%
R=22.32%
G=42.14%
B=35.54%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1252361990.4700.160.0716074.570.78
Hex7DECC72F0107a04a47
Octal175354307570207240112107
Binary111110111101100110001111011110100001111010000010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DECC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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