#7DFEDE

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

Shades of Aquamarine #7DFEDE

Tints of Aquamarine #7DFEDE

Color information

#7DFEDE (or 0x7DFEDE) is unknown color: approx Aquamarine. HEX triplet: 7D, FE and DE. RGB value is (125,254,222). Sum of RGB (Red+Green+Blue) = 125+254+222=601 (79% of max value = 765). Red value is 125 (49.22% from 255 or 20.80% from 601); Green value is 254 (99.61% from 255 or 42.26% from 601); Blue value is 222 (87.11% from 255 or 36.94% from 601); Max value from RGB is 254 - color contains mainly: green. Hex color #7DFEDE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DFEDE is #820121. Grayscale: #D3D3D3. Windows color (decimal): -8519970 or 14614141. OLE color: 14614141.

HSL color Cylindrical-coordinate representation of color #7DFEDE: hue angle of 165.12º 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 #7DFEDE is Cyan = 0.51, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB125254222-
CMYK0.5100.130.00
HSL165.12º98.47%74.31%-
HSV(B)165.12º50.79%99.61%-
XYZ57.0880.5281.64-
YUV211.78133.7666.1-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 20.80%
GREEN value IS 254 (99.61% from 255) = 42.26%
BLUE value IS 222 (87.11% from 255) = 36.94%
R=20.80%
G=42.26%
B=36.94%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1252542220.5100.130.00165.1298.4774.31
Hex7DFEDE330D0a5624a
Octal175376336630150245142112
Binary111110111111110110111101100110110101010010111000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DFEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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