#7DFEB0

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

Shades of Aquamarine #7DFEB0

Tints of Aquamarine #7DFEB0

Color information

#7DFEB0 (or 0x7DFEB0) is unknown color: approx Aquamarine. HEX triplet: 7D, FE and B0. RGB value is (125,254,176). Sum of RGB (Red+Green+Blue) = 125+254+176=555 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.52% from 555); Green value is 254 (99.61% from 255 or 45.77% from 555); Blue value is 176 (69.14% from 255 or 31.71% from 555); Max value from RGB is 254 - color contains mainly: green. Hex color #7DFEB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DFEB0 is #82014F. Grayscale: #CECECE. Windows color (decimal): -8520016 or 11599485. OLE color: 11599485.

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

Color convert

RGB125254176-
CMYK0.5100.310.00
HSL143.72º98.47%74.31%-
HSV(B)143.72º50.79%99.61%-
XYZ51.7478.3853.48-
YUV206.54110.7669.84-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.52%
GREEN value IS 254 (99.61% from 255) = 45.77%
BLUE value IS 176 (69.14% from 255) = 31.71%
R=22.52%
G=45.77%
B=31.71%

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
Decimal1252541760.5100.310.00143.7298.4774.31
Hex7DFEB03301F090624a
Octal175376260630370220142112
Binary1111101111111101011000011001101111101001000011000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DFEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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