#7DFDAF

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

Shades of Aquamarine #7DFDAF

Tints of Aquamarine #7DFDAF

Color information

#7DFDAF (or 0x7DFDAF) is unknown color: approx Aquamarine. HEX triplet: 7D, FD and AF. RGB value is (125,253,175). Sum of RGB (Red+Green+Blue) = 125+253+175=553 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.60% from 553); Green value is 253 (99.22% from 255 or 45.75% from 553); Blue value is 175 (68.75% from 255 or 31.65% from 553); Max value from RGB is 253 - color contains mainly: green. Hex color #7DFDAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DFDAF is #820250. Grayscale: #CECECE. Windows color (decimal): -8520273 or 11533693. OLE color: 11533693.

HSL color Cylindrical-coordinate representation of color #7DFDAF: hue angle of 143.44º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DFDAF is Cyan = 0.51, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB125253175-
CMYK0.5100.310.01
HSL143.44º96.97%74.12%-
HSV(B)143.44º50.59%99.22%-
XYZ51.3277.7152.85-
YUV205.84110.5970.34-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.60%
GREEN value IS 253 (99.22% from 255) = 45.75%
BLUE value IS 175 (68.75% from 255) = 31.65%
R=22.60%
G=45.75%
B=31.65%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1252531750.5100.310.01143.4496.9774.12
Hex7DFDAF3301F18f614a
Octal175375257630371217141112
Binary1111101111111011010111111001101111111000111111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DFDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,253,175); }

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

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

 a { background-color: rgb(125,253,175); }

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

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

 span { border-color: rgb(125,253,175); }

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