#7DECC6

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

Shades of Aquamarine #7DECC6

Tints of Aquamarine #7DECC6

Color information

#7DECC6 (or 0x7DECC6) is unknown color: approx Aquamarine. HEX triplet: 7D, EC and C6. RGB value is (125,236,198). Sum of RGB (Red+Green+Blue) = 125+236+198=559 (74% of max value = 765). Red value is 125 (49.22% from 255 or 22.36% from 559); Green value is 236 (92.58% from 255 or 42.22% from 559); Blue value is 198 (77.73% from 255 or 35.42% from 559); Max value from RGB is 236 - color contains mainly: green. Hex color #7DECC6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DECC6 is #821339. Grayscale: #C6C6C6. Windows color (decimal): -8524602 or 13036669. OLE color: 13036669.

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

Color convert

RGB125236198-
CMYK0.4700.160.07
HSL159.46º74.5%70.78%-
HSV(B)159.46º47.03%92.55%-
XYZ48.6568.4364.07-
YUV198.48127.7375.59-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.36%
GREEN value IS 236 (92.58% from 255) = 42.22%
BLUE value IS 198 (77.73% from 255) = 35.42%
R=22.36%
G=42.22%
B=35.42%

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
Decimal1252361980.4700.160.07159.4674.570.78
Hex7DECC62F01079f4a47
Octal175354306570207237112107
Binary111110111101100110001101011110100001111001111110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DECC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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