#7EFBB0

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

Shades of Aquamarine #7EFBB0

Tints of Aquamarine #7EFBB0

Color information

#7EFBB0 (or 0x7EFBB0) is unknown color: approx Aquamarine. HEX triplet: 7E, FB and B0. RGB value is (126,251,176). Sum of RGB (Red+Green+Blue) = 126+251+176=553 (73% of max value = 765). Red value is 126 (49.61% from 255 or 22.78% from 553); Green value is 251 (98.44% from 255 or 45.39% from 553); Blue value is 176 (69.14% from 255 or 31.83% from 553); Max value from RGB is 251 - color contains mainly: green. Hex color #7EFBB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7EFBB0 is #81044F. Grayscale: #CDCDCD. Windows color (decimal): -8455248 or 11598718. OLE color: 11598718.

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

Color convert

RGB126251176-
CMYK0.5000.300.02
HSL144º93.98%73.92%-
HSV(B)144º49.8%98.43%-
XYZ50.9476.5653.17-
YUV205.08111.5971.6-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 22.78%
GREEN value IS 251 (98.44% from 255) = 45.39%
BLUE value IS 176 (69.14% from 255) = 31.83%
R=22.78%
G=45.39%
B=31.83%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1262511760.5000.300.0214493.9873.92
Hex7EFBB03201E2905e4a
Octal176373260620362220136112
Binary11111101111101110110000110010011110101001000010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EFBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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