#7DFEDA

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

Shades of Aquamarine #7DFEDA

Tints of Aquamarine #7DFEDA

Color information

#7DFEDA (or 0x7DFEDA) is unknown color: approx Aquamarine. HEX triplet: 7D, FE and DA. RGB value is (125,254,218). Sum of RGB (Red+Green+Blue) = 125+254+218=597 (79% of max value = 765). Red value is 125 (49.22% from 255 or 20.94% from 597); Green value is 254 (99.61% from 255 or 42.55% from 597); Blue value is 218 (85.55% from 255 or 36.52% from 597); Max value from RGB is 254 - color contains mainly: green. Hex color #7DFEDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DFEDA is #820125. Grayscale: #D3D3D3. Windows color (decimal): -8519974 or 14351997. OLE color: 14351997.

HSL color Cylindrical-coordinate representation of color #7DFEDA: hue angle of 163.26º 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 #7DFEDA is Cyan = 0.51, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.

Color convert

RGB125254218-
CMYK0.5100.140.00
HSL163.26º98.47%74.31%-
HSV(B)163.26º50.79%99.61%-
XYZ56.5580.3178.85-
YUV211.32131.7666.43-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 20.94%
GREEN value IS 254 (99.61% from 255) = 42.55%
BLUE value IS 218 (85.55% from 255) = 36.52%
R=20.94%
G=42.55%
B=36.52%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1252542180.5100.140.00163.2698.4774.31
Hex7DFEDA330E0a3624a
Octal175376332630160243142112
Binary111110111111110110110101100110111001010001111000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DFEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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