#7DFAD4

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

Shades of Aquamarine #7DFAD4

Tints of Aquamarine #7DFAD4

Color information

#7DFAD4 (or 0x7DFAD4) is unknown color: approx Aquamarine. HEX triplet: 7D, FA and D4. RGB value is (125,250,212). Sum of RGB (Red+Green+Blue) = 125+250+212=587 (77% of max value = 765). Red value is 125 (49.22% from 255 or 21.29% from 587); Green value is 250 (98.05% from 255 or 42.59% from 587); Blue value is 212 (83.20% from 255 or 36.12% from 587); Max value from RGB is 250 - color contains mainly: green. Hex color #7DFAD4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DFAD4 is #82052B. Grayscale: #D0D0D0. Windows color (decimal): -8521004 or 13957757. OLE color: 13957757.

HSL color Cylindrical-coordinate representation of color #7DFAD4: hue angle of 161.76º 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 #7DFAD4 is Cyan = 0.50, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB125250212-
CMYK0.5000.150.02
HSL161.76º92.59%73.53%-
HSV(B)161.76º50%98.04%-
XYZ54.5377.4874.37-
YUV208.29130.0968.59-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 21.29%
GREEN value IS 250 (98.05% from 255) = 42.59%
BLUE value IS 212 (83.20% from 255) = 36.12%
R=21.29%
G=42.59%
B=36.12%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1252502120.5000.150.02161.7692.5973.53
Hex7DFAD4320F2a25d4a
Octal175372324620172242135112
Binary1111101111110101101010011001001111101010001010111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DFAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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