#7EEECE

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

Shades of Aquamarine #7EEECE

Tints of Aquamarine #7EEECE

Color information

#7EEECE (or 0x7EEECE) is unknown color: approx Aquamarine. HEX triplet: 7E, EE and CE. RGB value is (126,238,206). Sum of RGB (Red+Green+Blue) = 126+238+206=570 (75% of max value = 765). Red value is 126 (49.61% from 255 or 22.11% from 570); Green value is 238 (93.36% from 255 or 41.75% from 570); Blue value is 206 (80.86% from 255 or 36.14% from 570); Max value from RGB is 238 - color contains mainly: green. Hex color #7EEECE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EEECE is #811131. Grayscale: #C8C8C8. Windows color (decimal): -8458546 or 13561470. OLE color: 13561470.

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

Color convert

RGB126238206-
CMYK0.4700.130.07
HSL162.86º76.71%71.37%-
HSV(B)162.86º47.06%93.33%-
XYZ50.3270.0469.26-
YUV200.86130.8974.6-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 22.11%
GREEN value IS 238 (93.36% from 255) = 41.75%
BLUE value IS 206 (80.86% from 255) = 36.14%
R=22.11%
G=41.75%
B=36.14%

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
Decimal1262382060.4700.130.07162.8676.7171.37
Hex7EEECE2F0D7a34d47
Octal176356316570157243115107
Binary11111101110111011001110101111011011111010001110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EEECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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