#7DEAD4

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

Shades of Aquamarine #7DEAD4

Tints of Aquamarine #7DEAD4

Color information

#7DEAD4 (or 0x7DEAD4) is unknown color: approx Aquamarine. HEX triplet: 7D, EA and D4. RGB value is (125,234,212). Sum of RGB (Red+Green+Blue) = 125+234+212=571 (75% of max value = 765). Red value is 125 (49.22% from 255 or 21.89% from 571); Green value is 234 (91.80% from 255 or 40.98% from 571); Blue value is 212 (83.20% from 255 or 37.13% from 571); Max value from RGB is 234 - color contains mainly: green. Hex color #7DEAD4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DEAD4 is #82152B. Grayscale: #C6C6C6. Windows color (decimal): -8525100 or 13953661. OLE color: 13953661.

HSL color Cylindrical-coordinate representation of color #7DEAD4: hue angle of 167.89º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DEAD4 is Cyan = 0.47, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB125234212-
CMYK0.4700.090.08
HSL167.89º72.19%70.39%-
HSV(B)167.89º46.58%91.76%-
XYZ49.7667.9672.78-
YUV198.9135.3975.29-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 21.89%
GREEN value IS 234 (91.80% from 255) = 40.98%
BLUE value IS 212 (83.20% from 255) = 37.13%
R=21.89%
G=40.98%
B=37.13%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1252342120.4700.090.08167.8972.1970.39
Hex7DEAD42F098a84846
Octal1753523245701110250110106
Binary111110111101010110101001011110100110001010100010010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DEAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,234,212); }

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

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

 a { background-color: rgb(125,234,212); }

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

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

 span { border-color: rgb(125,234,212); }

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