#7EEED6

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

Shades of Aquamarine #7EEED6

Tints of Aquamarine #7EEED6

Color information

#7EEED6 (or 0x7EEED6) is unknown color: approx Aquamarine. HEX triplet: 7E, EE and D6. RGB value is (126,238,214). Sum of RGB (Red+Green+Blue) = 126+238+214=578 (76% of max value = 765). Red value is 126 (49.61% from 255 or 21.80% from 578); Green value is 238 (93.36% from 255 or 41.18% from 578); Blue value is 214 (83.98% from 255 or 37.02% from 578); Max value from RGB is 238 - color contains mainly: green. Hex color #7EEED6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EEED6 is #811129. Grayscale: #C9C9C9. Windows color (decimal): -8458538 or 14085758. OLE color: 14085758.

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

Color convert

RGB126238214-
CMYK0.4700.100.07
HSL167.14º76.71%71.37%-
HSV(B)167.14º47.06%93.33%-
XYZ51.3270.4474.51-
YUV201.78134.8973.95-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 21.80%
GREEN value IS 238 (93.36% from 255) = 41.18%
BLUE value IS 214 (83.98% from 255) = 37.02%
R=21.80%
G=41.18%
B=37.02%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1262382140.4700.100.07167.1476.7171.37
Hex7EEED62F0A7a74d47
Octal176356326570127247115107
Binary11111101110111011010110101111010101111010011110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EEED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,238,214); }

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

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

 a { background-color: rgb(126,238,214); }

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

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

 span { border-color: rgb(126,238,214); }

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