#7EEFBC

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

Shades of Aquamarine #7EEFBC

Tints of Aquamarine #7EEFBC

Color information

#7EEFBC (or 0x7EEFBC) is unknown color: approx Aquamarine. HEX triplet: 7E, EF and BC. RGB value is (126,239,188). Sum of RGB (Red+Green+Blue) = 126+239+188=553 (73% of max value = 765). Red value is 126 (49.61% from 255 or 22.78% from 553); Green value is 239 (93.75% from 255 or 43.22% from 553); Blue value is 188 (73.83% from 255 or 34.00% from 553); Max value from RGB is 239 - color contains mainly: green. Hex color #7EEFBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EEFBC is #811043. Grayscale: #C7C7C7. Windows color (decimal): -8458308 or 12382078. OLE color: 12382078.

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

Color convert

RGB126239188-
CMYK0.4700.210.06
HSL152.92º77.93%71.57%-
HSV(B)152.92º47.28%93.73%-
XYZ48.5569.858.49-
YUV199.4121.5675.65-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 22.78%
GREEN value IS 239 (93.75% from 255) = 43.22%
BLUE value IS 188 (73.83% from 255) = 34.00%
R=22.78%
G=43.22%
B=34.00%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1262391880.4700.210.06152.9277.9371.57
Hex7EEFBC2F0156994e48
Octal176357274570256231116110
Binary111111011101111101111001011110101011101001100110011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EEFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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