#7DECC8

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

Shades of Aquamarine #7DECC8

Tints of Aquamarine #7DECC8

Color information

#7DECC8 (or 0x7DECC8) is unknown color: approx Aquamarine. HEX triplet: 7D, EC and C8. RGB value is (125,236,200). Sum of RGB (Red+Green+Blue) = 125+236+200=561 (74% of max value = 765). Red value is 125 (49.22% from 255 or 22.28% from 561); Green value is 236 (92.58% from 255 or 42.07% from 561); Blue value is 200 (78.52% from 255 or 35.65% from 561); Max value from RGB is 236 - color contains mainly: green. Hex color #7DECC8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DECC8 is #821337. Grayscale: #C6C6C6. Windows color (decimal): -8524600 or 13167741. OLE color: 13167741.

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

Color convert

RGB125236200-
CMYK0.4700.150.07
HSL160.54º74.5%70.78%-
HSV(B)160.54º47.03%92.55%-
XYZ48.8868.5265.29-
YUV198.71128.7375.43-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.28%
GREEN value IS 236 (92.58% from 255) = 42.07%
BLUE value IS 200 (78.52% from 255) = 35.65%
R=22.28%
G=42.07%
B=35.65%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1252362000.4700.150.07160.5474.570.78
Hex7DECC82F0F7a14a47
Octal175354310570177241112107
Binary11111011110110011001000101111011111111010000110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DECC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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