#7DFEAD

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

Shades of Aquamarine #7DFEAD

Tints of Aquamarine #7DFEAD

Color information

#7DFEAD (or 0x7DFEAD) is unknown color: approx Aquamarine. HEX triplet: 7D, FE and AD. RGB value is (125,254,173). Sum of RGB (Red+Green+Blue) = 125+254+173=552 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.64% from 552); Green value is 254 (99.61% from 255 or 46.01% from 552); Blue value is 173 (67.97% from 255 or 31.34% from 552); Max value from RGB is 254 - color contains mainly: green. Hex color #7DFEAD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DFEAD is #820152. Grayscale: #CECECE. Windows color (decimal): -8520019 or 11402877. OLE color: 11402877.

HSL color Cylindrical-coordinate representation of color #7DFEAD: hue angle of 142.33º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DFEAD is Cyan = 0.51, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.00.

Color convert

RGB125254173-
CMYK0.5100.320.00
HSL142.33º98.47%74.31%-
HSV(B)142.33º50.79%99.61%-
XYZ51.4478.2651.93-
YUV206.2109.2670.09-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.64%
GREEN value IS 254 (99.61% from 255) = 46.01%
BLUE value IS 173 (67.97% from 255) = 31.34%
R=22.64%
G=46.01%
B=31.34%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1252541730.5100.320.00142.3398.4774.31
Hex7DFEAD3302008e624a
Octal175376255630400216142112
Binary11111011111111010101101110011010000001000111011000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DFEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,254,173); }

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

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

 a { background-color: rgb(125,254,173); }

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

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

 span { border-color: rgb(125,254,173); }

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