#7DEAD6

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

Shades of Aquamarine #7DEAD6

Tints of Aquamarine #7DEAD6

Color information

#7DEAD6 (or 0x7DEAD6) is unknown color: approx Aquamarine. HEX triplet: 7D, EA and D6. RGB value is (125,234,214). Sum of RGB (Red+Green+Blue) = 125+234+214=573 (75% of max value = 765). Red value is 125 (49.22% from 255 or 21.82% from 573); Green value is 234 (91.80% from 255 or 40.84% from 573); Blue value is 214 (83.98% from 255 or 37.35% from 573); Max value from RGB is 234 - color contains mainly: green. Hex color #7DEAD6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DEAD6 is #821529. Grayscale: #C7C7C7. Windows color (decimal): -8525098 or 14084733. OLE color: 14084733.

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

Color convert

RGB125234214-
CMYK0.4700.090.08
HSL168.99º72.19%70.39%-
HSV(B)168.99º46.58%91.76%-
XYZ50.0268.0674.12-
YUV199.13136.3975.13-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 21.82%
GREEN value IS 234 (91.80% from 255) = 40.84%
BLUE value IS 214 (83.98% from 255) = 37.35%
R=21.82%
G=40.84%
B=37.35%

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
Decimal1252342140.4700.090.08168.9972.1970.39
Hex7DEAD62F098a94846
Octal1753523265701110251110106
Binary111110111101010110101101011110100110001010100110010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DEAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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