#7DFADA

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

Shades of Aquamarine #7DFADA

Tints of Aquamarine #7DFADA

Color information

#7DFADA (or 0x7DFADA) is unknown color: approx Aquamarine. HEX triplet: 7D, FA and DA. RGB value is (125,250,218). Sum of RGB (Red+Green+Blue) = 125+250+218=593 (78% of max value = 765). Red value is 125 (49.22% from 255 or 21.08% from 593); Green value is 250 (98.05% from 255 or 42.16% from 593); Blue value is 218 (85.55% from 255 or 36.76% from 593); Max value from RGB is 250 - color contains mainly: green. Hex color #7DFADA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DFADA is #820525. Grayscale: #D0D0D0. Windows color (decimal): -8520998 or 14350973. OLE color: 14350973.

HSL color Cylindrical-coordinate representation of color #7DFADA: hue angle of 164.64º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DFADA is Cyan = 0.50, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB125250218-
CMYK0.5000.130.02
HSL164.64º92.59%73.53%-
HSV(B)164.64º50%98.04%-
XYZ55.377.7978.43-
YUV208.98133.0968.1-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 21.08%
GREEN value IS 250 (98.05% from 255) = 42.16%
BLUE value IS 218 (85.55% from 255) = 36.76%
R=21.08%
G=42.16%
B=36.76%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1252502180.5000.130.02164.6492.5973.53
Hex7DFADA320D2a55d4a
Octal175372332620152245135112
Binary1111101111110101101101011001001101101010010110111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DFADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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