#7EEFBB

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

Shades of Aquamarine #7EEFBB

Tints of Aquamarine #7EEFBB

Color information

#7EEFBB (or 0x7EEFBB) is unknown color: approx Aquamarine. HEX triplet: 7E, EF and BB. RGB value is (126,239,187). Sum of RGB (Red+Green+Blue) = 126+239+187=552 (73% of max value = 765). Red value is 126 (49.61% from 255 or 22.83% from 552); Green value is 239 (93.75% from 255 or 43.30% from 552); Blue value is 187 (73.44% from 255 or 33.88% from 552); Max value from RGB is 239 - color contains mainly: green. Hex color #7EEFBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EEFBB is #811044. Grayscale: #C7C7C7. Windows color (decimal): -8458309 or 12316542. OLE color: 12316542.

HSL color Cylindrical-coordinate representation of color #7EEFBB: hue angle of 152.39º 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 #7EEFBB is Cyan = 0.47, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB126239187-
CMYK0.4700.220.06
HSL152.39º77.93%71.57%-
HSV(B)152.39º47.28%93.73%-
XYZ48.4469.7657.92-
YUV199.28121.0675.73-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 22.83%
GREEN value IS 239 (93.75% from 255) = 43.30%
BLUE value IS 187 (73.44% from 255) = 33.88%
R=22.83%
G=43.30%
B=33.88%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1262391870.4700.220.06152.3977.9371.57
Hex7EEFBB2F0166984e48
Octal176357273570266230116110
Binary111111011101111101110111011110101101101001100010011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EEFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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