#7EFBD8

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

Shades of Aquamarine #7EFBD8

Tints of Aquamarine #7EFBD8

Color information

#7EFBD8 (or 0x7EFBD8) is unknown color: approx Aquamarine. HEX triplet: 7E, FB and D8. RGB value is (126,251,216). Sum of RGB (Red+Green+Blue) = 126+251+216=593 (78% of max value = 765). Red value is 126 (49.61% from 255 or 21.25% from 593); Green value is 251 (98.44% from 255 or 42.33% from 593); Blue value is 216 (84.77% from 255 or 36.42% from 593); Max value from RGB is 251 - color contains mainly: green. Hex color #7EFBD8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EFBD8 is #810427. Grayscale: #D1D1D1. Windows color (decimal): -8455208 or 14220158. OLE color: 14220158.

HSL color Cylindrical-coordinate representation of color #7EFBD8: hue angle of 163.2º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7EFBD8 is Cyan = 0.50, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB126251216-
CMYK0.5000.140.02
HSL163.2º93.98%73.92%-
HSV(B)163.2º49.8%98.43%-
XYZ55.578.3977.17-
YUV209.64131.5968.35-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 21.25%
GREEN value IS 251 (98.44% from 255) = 42.33%
BLUE value IS 216 (84.77% from 255) = 36.42%
R=21.25%
G=42.33%
B=36.42%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1262512160.5000.140.02163.293.9873.92
Hex7EFBD8320E2a35e4a
Octal176373330620162243136112
Binary1111110111110111101100011001001110101010001110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EFBD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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