#7EFAB7

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

Shades of Aquamarine #7EFAB7

Tints of Aquamarine #7EFAB7

Color information

#7EFAB7 (or 0x7EFAB7) is unknown color: approx Aquamarine. HEX triplet: 7E, FA and B7. RGB value is (126,250,183). Sum of RGB (Red+Green+Blue) = 126+250+183=559 (74% of max value = 765). Red value is 126 (49.61% from 255 or 22.54% from 559); Green value is 250 (98.05% from 255 or 44.72% from 559); Blue value is 183 (71.88% from 255 or 32.74% from 559); Max value from RGB is 250 - color contains mainly: green. Hex color #7EFAB7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EFAB7 is #810548. Grayscale: #CDCDCD. Windows color (decimal): -8455497 or 12057214. OLE color: 12057214.

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

Color convert

RGB126250183-
CMYK0.5000.270.02
HSL147.58º92.54%73.73%-
HSV(B)147.58º49.6%98.04%-
XYZ51.3476.2356.81-
YUV205.29115.4271.45-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 22.54%
GREEN value IS 250 (98.05% from 255) = 44.72%
BLUE value IS 183 (71.88% from 255) = 32.74%
R=22.54%
G=44.72%
B=32.74%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1262501830.5000.270.02147.5892.5473.73
Hex7EFAB73201B2945d4a
Octal176372267620332224135112
Binary11111101111101010110111110010011011101001010010111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EFAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,250,183); }

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

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

 a { background-color: rgb(126,250,183); }

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

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

 span { border-color: rgb(126,250,183); }

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