#7EFEB0

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

Shades of Aquamarine #7EFEB0

Tints of Aquamarine #7EFEB0

Color information

#7EFEB0 (or 0x7EFEB0) is unknown color: approx Aquamarine. HEX triplet: 7E, FE and B0. RGB value is (126,254,176). Sum of RGB (Red+Green+Blue) = 126+254+176=556 (73% of max value = 765). Red value is 126 (49.61% from 255 or 22.66% from 556); Green value is 254 (99.61% from 255 or 45.68% from 556); Blue value is 176 (69.14% from 255 or 31.65% from 556); Max value from RGB is 254 - color contains mainly: green. Hex color #7EFEB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7EFEB0 is #81014F. Grayscale: #CFCFCF. Windows color (decimal): -8454480 or 11599486. OLE color: 11599486.

HSL color Cylindrical-coordinate representation of color #7EFEB0: hue angle of 143.44º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7EFEB0 is Cyan = 0.50, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.00.

Color convert

RGB126254176-
CMYK0.5000.310.00
HSL143.44º98.46%74.51%-
HSV(B)143.44º50.39%99.61%-
XYZ51.8878.4553.48-
YUV206.84110.5970.34-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 22.66%
GREEN value IS 254 (99.61% from 255) = 45.68%
BLUE value IS 176 (69.14% from 255) = 31.65%
R=22.66%
G=45.68%
B=31.65%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1262541760.5000.310.00143.4498.4674.51
Hex7EFEB03201F08f624b
Octal176376260620370217142113
Binary1111110111111101011000011001001111101000111111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EFEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,254,176); }

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

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

 a { background-color: rgb(126,254,176); }

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

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

 span { border-color: rgb(126,254,176); }

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