#7EECCD

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

Shades of Aquamarine #7EECCD

Tints of Aquamarine #7EECCD

Color information

#7EECCD (or 0x7EECCD) is unknown color: approx Aquamarine. HEX triplet: 7E, EC and CD. RGB value is (126,236,205). Sum of RGB (Red+Green+Blue) = 126+236+205=567 (75% of max value = 765). Red value is 126 (49.61% from 255 or 22.22% from 567); Green value is 236 (92.58% from 255 or 41.62% from 567); Blue value is 205 (80.47% from 255 or 36.16% from 567); Max value from RGB is 236 - color contains mainly: green. Hex color #7EECCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EECCD is #811332. Grayscale: #C7C7C7. Windows color (decimal): -8459059 or 13495422. OLE color: 13495422.

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

Color convert

RGB126236205-
CMYK0.4700.130.07
HSL163.09º74.32%70.98%-
HSV(B)163.09º46.61%92.55%-
XYZ49.6268.8368.43-
YUV199.58131.0675.52-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 22.22%
GREEN value IS 236 (92.58% from 255) = 41.62%
BLUE value IS 205 (80.47% from 255) = 36.16%
R=22.22%
G=41.62%
B=36.16%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1262362050.4700.130.07163.0974.3270.98
Hex7EECCD2F0D7a34a47
Octal176354315570157243112107
Binary11111101110110011001101101111011011111010001110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EECCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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