#7DFAD0

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

Shades of Aquamarine #7DFAD0

Tints of Aquamarine #7DFAD0

Color information

#7DFAD0 (or 0x7DFAD0) is unknown color: approx Aquamarine. HEX triplet: 7D, FA and D0. RGB value is (125,250,208). Sum of RGB (Red+Green+Blue) = 125+250+208=583 (77% of max value = 765). Red value is 125 (49.22% from 255 or 21.44% from 583); Green value is 250 (98.05% from 255 or 42.88% from 583); Blue value is 208 (81.64% from 255 or 35.68% from 583); Max value from RGB is 250 - color contains mainly: green. Hex color #7DFAD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DFAD0 is #82052F. Grayscale: #CFCFCF. Windows color (decimal): -8521008 or 13695613. OLE color: 13695613.

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

Color convert

RGB125250208-
CMYK0.5000.170.02
HSL159.84º92.59%73.53%-
HSV(B)159.84º50%98.04%-
XYZ54.0377.2971.74-
YUV207.84128.0968.92-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 21.44%
GREEN value IS 250 (98.05% from 255) = 42.88%
BLUE value IS 208 (81.64% from 255) = 35.68%
R=21.44%
G=42.88%
B=35.68%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1252502080.5000.170.02159.8492.5973.53
Hex7DFAD0320112a05d4a
Octal175372320620212240135112
Binary11111011111101011010000110010010001101010000010111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DFAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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