#7DEADE

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

Shades of Aquamarine #7DEADE

Tints of Aquamarine #7DEADE

Color information

#7DEADE (or 0x7DEADE) is unknown color: approx Aquamarine. HEX triplet: 7D, EA and DE. RGB value is (125,234,222). Sum of RGB (Red+Green+Blue) = 125+234+222=581 (76% of max value = 765). Red value is 125 (49.22% from 255 or 21.51% from 581); Green value is 234 (91.80% from 255 or 40.28% from 581); Blue value is 222 (87.11% from 255 or 38.21% from 581); Max value from RGB is 234 - color contains mainly: green. Hex color #7DEADE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DEADE is #821521. Grayscale: #C7C7C7. Windows color (decimal): -8525090 or 14609021. OLE color: 14609021.

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

Color convert

RGB125234222-
CMYK0.4700.050.08
HSL173.39º72.19%70.39%-
HSV(B)173.39º46.58%91.76%-
XYZ51.0768.4879.63-
YUV200.04140.3974.48-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 21.51%
GREEN value IS 234 (91.80% from 255) = 40.28%
BLUE value IS 222 (87.11% from 255) = 38.21%
R=21.51%
G=40.28%
B=38.21%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1252342220.4700.050.08173.3972.1970.39
Hex7DEADE2F058ad4846
Octal175352336570510255110106
Binary11111011110101011011110101111010110001010110110010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DEADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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