Html Css Color HEX #7EFAB2 Aquamarine

📋 copy color: '#7EFAB2'

red 126 ◦ green 250 ◦ blue 178

#7EFAB2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aquamarine #7EFAB2

Tints of Aquamarine #7EFAB2

RGB

 RED value IS 126 (49.61% from 255) = 22.74%

 GREEN value IS 250 (98.05% from 255) = 45.13%

 BLUE value IS 178 (69.92% from 255) = 32.13%

R = 22.74%
G = 45.13%
B = 32.13%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#7EFAB2 (or 0x7EFAB2) is known color: Aquamarine. HEX triplet: 7E, FA and B2. RGB value is (126,250,178). Sum of RGB (Red+Green+Blue) = 126+250+178=554 (73% of max value = 765). Red value is 126 (49.61% from 255 or 22.74% from 554); Green value is 250 (98.05% from 255 or 45.13% from 554); Blue value is 178 (69.92% from 255 or 32.13% from 554); Max value from RGB is 250 - color contains mainly: green. Hex color #7EFAB2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7EFAB2 is #81054D. Grayscale: #CCCCCC. Windows color (decimal): -8455502 or 11729534. OLE color: 11729534.

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

Color convert

RGB 126 250 178 -
CMYK 0.50 0 0.29 0.02
HSL 145.16º 0.93% 0.74% -
HSV(B) 145.16º 0.5% 0.98% -
XYZ 50.83 76.02 54.11 -
YUV 204.72 112.92 71.85 -
System Red Green Blue C M Y K H S L
Decimal 126 250 178 0.50 0 0.29 0.02 145.16 0.93 0.74
Hex 7E FA B2 32 0 1D 2 91 5D 4A
Octal 176 372 262 62 0 35 2 221 135 112
Binary 1111110 11111010 10110010 110010 0 11101 10 10010001 1011101 1001010

Color Harmonies of #7EFAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EFAB2

Black with #7EFAB2

Text Example


Text Example

White with #7EFAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7EFAB2;
 }
 .AnyTagClassName
 {
   color: #7EFAB2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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