#7EFBBE

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

Shades of Aquamarine #7EFBBE

Tints of Aquamarine #7EFBBE

Color information

#7EFBBE (or 0x7EFBBE) is unknown color: approx Aquamarine. HEX triplet: 7E, FB and BE. RGB value is (126,251,190). Sum of RGB (Red+Green+Blue) = 126+251+190=567 (75% of max value = 765). Red value is 126 (49.61% from 255 or 22.22% from 567); Green value is 251 (98.44% from 255 or 44.27% from 567); Blue value is 190 (74.61% from 255 or 33.51% from 567); Max value from RGB is 251 - color contains mainly: green. Hex color #7EFBBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EFBBE is #810441. Grayscale: #CECECE. Windows color (decimal): -8455234 or 12516222. OLE color: 12516222.

HSL color Cylindrical-coordinate representation of color #7EFBBE: hue angle of 150.72º 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 #7EFBBE is Cyan = 0.50, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB126251190-
CMYK0.5000.240.02
HSL150.72º93.98%73.92%-
HSV(B)150.72º49.8%98.43%-
XYZ52.477.1560.84-
YUV206.67118.5970.46-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 22.22%
GREEN value IS 251 (98.44% from 255) = 44.27%
BLUE value IS 190 (74.61% from 255) = 33.51%
R=22.22%
G=44.27%
B=33.51%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1262511900.5000.240.02150.7293.9873.92
Hex7EFBBE320182975e4a
Octal176373276620302227136112
Binary11111101111101110111110110010011000101001011110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EFBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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