#7EEFD8

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

Shades of Aquamarine #7EEFD8

Tints of Aquamarine #7EEFD8

Color information

#7EEFD8 (or 0x7EEFD8) is unknown color: approx Aquamarine. HEX triplet: 7E, EF and D8. RGB value is (126,239,216). Sum of RGB (Red+Green+Blue) = 126+239+216=581 (76% of max value = 765). Red value is 126 (49.61% from 255 or 21.69% from 581); Green value is 239 (93.75% from 255 or 41.14% from 581); Blue value is 216 (84.77% from 255 or 37.18% from 581); Max value from RGB is 239 - color contains mainly: green. Hex color #7EEFD8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EEFD8 is #811027. Grayscale: #CACACA. Windows color (decimal): -8458280 or 14217086. OLE color: 14217086.

HSL color Cylindrical-coordinate representation of color #7EEFD8: hue angle of 167.79º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7EEFD8 is Cyan = 0.47, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB126239216-
CMYK0.4700.100.06
HSL167.79º77.93%71.57%-
HSV(B)167.79º47.28%93.73%-
XYZ51.8771.1375.96-
YUV202.59135.5673.37-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 21.69%
GREEN value IS 239 (93.75% from 255) = 41.14%
BLUE value IS 216 (84.77% from 255) = 37.18%
R=21.69%
G=41.14%
B=37.18%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1262392160.4700.100.06167.7977.9371.57
Hex7EEFD82F0A6a84e48
Octal176357330570126250116110
Binary11111101110111111011000101111010101101010100010011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EEFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,239,216); }

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

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

 a { background-color: rgb(126,239,216); }

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

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

 span { border-color: rgb(126,239,216); }

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