#7DFAD2

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

Shades of Aquamarine #7DFAD2

Tints of Aquamarine #7DFAD2

Color information

#7DFAD2 (or 0x7DFAD2) is unknown color: approx Aquamarine. HEX triplet: 7D, FA and D2. RGB value is (125,250,210). Sum of RGB (Red+Green+Blue) = 125+250+210=585 (77% of max value = 765). Red value is 125 (49.22% from 255 or 21.37% from 585); Green value is 250 (98.05% from 255 or 42.74% from 585); Blue value is 210 (82.42% from 255 or 35.90% from 585); Max value from RGB is 250 - color contains mainly: green. Hex color #7DFAD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DFAD2 is #82052D. Grayscale: #D0D0D0. Windows color (decimal): -8521006 or 13826685. OLE color: 13826685.

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

Color convert

RGB125250210-
CMYK0.5000.160.02
HSL160.8º92.59%73.53%-
HSV(B)160.8º50%98.04%-
XYZ54.2877.3873.05-
YUV208.06129.0968.75-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 21.37%
GREEN value IS 250 (98.05% from 255) = 42.74%
BLUE value IS 210 (82.42% from 255) = 35.90%
R=21.37%
G=42.74%
B=35.90%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1252502100.5000.160.02160.892.5973.53
Hex7DFAD2320102a15d4a
Octal175372322620202241135112
Binary11111011111101011010010110010010000101010000110111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DFAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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