#7DFED1

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

Shades of Aquamarine #7DFED1

Tints of Aquamarine #7DFED1

Color information

#7DFED1 (or 0x7DFED1) is unknown color: approx Aquamarine. HEX triplet: 7D, FE and D1. RGB value is (125,254,209). Sum of RGB (Red+Green+Blue) = 125+254+209=588 (77% of max value = 765). Red value is 125 (49.22% from 255 or 21.26% from 588); Green value is 254 (99.61% from 255 or 43.20% from 588); Blue value is 209 (82.03% from 255 or 35.54% from 588); Max value from RGB is 254 - color contains mainly: green. Hex color #7DFED1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DFED1 is #82012E. Grayscale: #D2D2D2. Windows color (decimal): -8519983 or 13762173. OLE color: 13762173.

HSL color Cylindrical-coordinate representation of color #7DFED1: hue angle of 159.07º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DFED1 is Cyan = 0.51, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.00.

Color convert

RGB125254209-
CMYK0.5100.180.00
HSL159.07º98.47%74.31%-
HSV(B)159.07º50.79%99.61%-
XYZ55.4179.8572.81-
YUV210.3127.2667.16-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 21.26%
GREEN value IS 254 (99.61% from 255) = 43.20%
BLUE value IS 209 (82.03% from 255) = 35.54%
R=21.26%
G=43.20%
B=35.54%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1252542090.5100.180.00159.0798.4774.31
Hex7DFED13301209f624a
Octal175376321630220237142112
Binary1111101111111101101000111001101001001001111111000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DFED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,254,209); }

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

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

 a { background-color: rgb(125,254,209); }

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

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

 span { border-color: rgb(125,254,209); }

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