#7DFEAE

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

Shades of Aquamarine #7DFEAE

Tints of Aquamarine #7DFEAE

Color information

#7DFEAE (or 0x7DFEAE) is unknown color: approx Aquamarine. HEX triplet: 7D, FE and AE. RGB value is (125,254,174). Sum of RGB (Red+Green+Blue) = 125+254+174=553 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.60% from 553); Green value is 254 (99.61% from 255 or 45.93% from 553); Blue value is 174 (68.36% from 255 or 31.46% from 553); Max value from RGB is 254 - color contains mainly: green. Hex color #7DFEAE is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DFEAE is #820151. Grayscale: #CECECE. Windows color (decimal): -8520018 or 11468413. OLE color: 11468413.

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

Color convert

RGB125254174-
CMYK0.5100.310.00
HSL142.79º98.47%74.31%-
HSV(B)142.79º50.79%99.61%-
XYZ51.5478.352.44-
YUV206.31109.7670-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.60%
GREEN value IS 254 (99.61% from 255) = 45.93%
BLUE value IS 174 (68.36% from 255) = 31.46%
R=22.60%
G=45.93%
B=31.46%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1252541740.5100.310.00142.7998.4774.31
Hex7DFEAE3301F08f624a
Octal175376256630370217142112
Binary1111101111111101010111011001101111101000111111000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DFEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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