#7EFBAF

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

Shades of Aquamarine #7EFBAF

Tints of Aquamarine #7EFBAF

Color information

#7EFBAF (or 0x7EFBAF) is unknown color: approx Aquamarine. HEX triplet: 7E, FB and AF. RGB value is (126,251,175). Sum of RGB (Red+Green+Blue) = 126+251+175=552 (73% of max value = 765). Red value is 126 (49.61% from 255 or 22.83% from 552); Green value is 251 (98.44% from 255 or 45.47% from 552); Blue value is 175 (68.75% from 255 or 31.70% from 552); Max value from RGB is 251 - color contains mainly: green. Hex color #7EFBAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7EFBAF is #810450. Grayscale: #CDCDCD. Windows color (decimal): -8455249 or 11533182. OLE color: 11533182.

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

Color convert

RGB126251175-
CMYK0.5000.300.02
HSL143.52º93.98%73.92%-
HSV(B)143.52º49.8%98.43%-
XYZ50.8476.5352.65-
YUV204.96111.0971.68-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 22.83%
GREEN value IS 251 (98.44% from 255) = 45.47%
BLUE value IS 175 (68.75% from 255) = 31.70%
R=22.83%
G=45.47%
B=31.70%

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
Decimal1262511750.5000.300.02143.5293.9873.92
Hex7EFBAF3201E2905e4a
Octal176373257620362220136112
Binary11111101111101110101111110010011110101001000010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EFBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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