#7EEEC5

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

Shades of Aquamarine #7EEEC5

Tints of Aquamarine #7EEEC5

Color information

#7EEEC5 (or 0x7EEEC5) is unknown color: approx Aquamarine. HEX triplet: 7E, EE and C5. RGB value is (126,238,197). Sum of RGB (Red+Green+Blue) = 126+238+197=561 (74% of max value = 765). Red value is 126 (49.61% from 255 or 22.46% from 561); Green value is 238 (93.36% from 255 or 42.42% from 561); Blue value is 197 (77.34% from 255 or 35.12% from 561); Max value from RGB is 238 - color contains mainly: green. Hex color #7EEEC5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EEEC5 is #81113A. Grayscale: #C7C7C7. Windows color (decimal): -8458555 or 12971646. OLE color: 12971646.

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

Color convert

RGB126238197-
CMYK0.4700.170.07
HSL158.04º76.71%71.37%-
HSV(B)158.04º47.06%93.33%-
XYZ49.2669.6263.66-
YUV199.84126.3975.33-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 22.46%
GREEN value IS 238 (93.36% from 255) = 42.42%
BLUE value IS 197 (77.34% from 255) = 35.12%
R=22.46%
G=42.42%
B=35.12%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1262381970.4700.170.07158.0476.7171.37
Hex7EEEC52F01179e4d47
Octal176356305570217236115107
Binary111111011101110110001011011110100011111001111010011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EEEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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