#7EECE1

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

Shades of Aquamarine #7EECE1

Tints of Aquamarine #7EECE1

Color information

#7EECE1 (or 0x7EECE1) is unknown color: approx Aquamarine. HEX triplet: 7E, EC and E1. RGB value is (126,236,225). Sum of RGB (Red+Green+Blue) = 126+236+225=587 (77% of max value = 765). Red value is 126 (49.61% from 255 or 21.47% from 587); Green value is 236 (92.58% from 255 or 40.20% from 587); Blue value is 225 (88.28% from 255 or 38.33% from 587); Max value from RGB is 236 - color contains mainly: green. Hex color #7EECE1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EECE1 is #81131E. Grayscale: #C9C9C9. Windows color (decimal): -8459039 or 14806142. OLE color: 14806142.

HSL color Cylindrical-coordinate representation of color #7EECE1: hue angle of 174º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7EECE1 is Cyan = 0.47, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB126236225-
CMYK0.4700.050.07
HSL174º74.32%70.98%-
HSV(B)174º46.61%92.55%-
XYZ52.1969.8681.97-
YUV201.86141.0673.89-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 21.47%
GREEN value IS 236 (92.58% from 255) = 40.20%
BLUE value IS 225 (88.28% from 255) = 38.33%
R=21.47%
G=40.20%
B=38.33%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1262362250.4700.050.0717474.3270.98
Hex7EECE12F057ae4a47
Octal17635434157057256112107
Binary1111110111011001110000110111101011111010111010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EECE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,236,225); }

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

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

 a { background-color: rgb(126,236,225); }

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

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

 span { border-color: rgb(126,236,225); }

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