#7DFED6

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

Shades of Aquamarine #7DFED6

Tints of Aquamarine #7DFED6

Color information

#7DFED6 (or 0x7DFED6) is unknown color: approx Aquamarine. HEX triplet: 7D, FE and D6. RGB value is (125,254,214). Sum of RGB (Red+Green+Blue) = 125+254+214=593 (78% of max value = 765). Red value is 125 (49.22% from 255 or 21.08% from 593); Green value is 254 (99.61% from 255 or 42.83% from 593); Blue value is 214 (83.98% from 255 or 36.09% from 593); Max value from RGB is 254 - color contains mainly: green. Hex color #7DFED6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DFED6 is #820129. Grayscale: #D2D2D2. Windows color (decimal): -8519978 or 14089853. OLE color: 14089853.

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

Color convert

RGB125254214-
CMYK0.5100.160.00
HSL161.4º98.47%74.31%-
HSV(B)161.4º50.79%99.61%-
XYZ56.0480.176.13-
YUV210.87129.7666.75-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 21.08%
GREEN value IS 254 (99.61% from 255) = 42.83%
BLUE value IS 214 (83.98% from 255) = 36.09%
R=21.08%
G=42.83%
B=36.09%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1252542140.5100.160.00161.498.4774.31
Hex7DFED6330100a1624a
Octal175376326630200241142112
Binary1111101111111101101011011001101000001010000111000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DFED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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