Html Css Color HEX #7EFEAE Aquamarine

📋 copy color: '#7EFEAE'

red 126 ◦ green 254 ◦ blue 174

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

Shades of Aquamarine #7EFEAE

Tints of Aquamarine #7EFEAE

RGB

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

 GREEN value IS 254 (99.61% from 255) = 45.85%

 BLUE value IS 174 (68.36% from 255) = 31.41%

R = 22.74%
G = 45.85%
B = 31.41%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#7EFEAE (or 0x7EFEAE) is known color: Aquamarine. HEX triplet: 7E, FE and AE. RGB value is (126,254,174). Sum of RGB (Red+Green+Blue) = 126+254+174=554 (73% of max value = 765). Red value is 126 (49.61% from 255 or 22.74% from 554); Green value is 254 (99.61% from 255 or 45.85% from 554); Blue value is 174 (68.36% from 255 or 31.41% from 554); Max value from RGB is 254 - color contains mainly: green. Hex color #7EFEAE is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7EFEAE is #810151. Grayscale: #CECECE. Windows color (decimal): -8454482 or 11468414. OLE color: 11468414.

HSL color Cylindrical-coordinate representation of color #7EFEAE: hue angle of 142.5º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7EFEAE is Cyan = 0.50, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.00.

Color convert

RGB 126 254 174 -
CMYK 0.50 0 0.31 0.00
HSL 142.5º 0.98% 0.75% -
HSV(B) 142.5º 0.5% 1% -
XYZ 51.69 78.38 52.45 -
YUV 206.61 109.59 70.5 -
System Red Green Blue C M Y K H S L
Decimal 126 254 174 0.50 0 0.31 0.00 142.5 0.98 0.75
Hex 7E FE AE 32 0 1F 0 8E 62 4B
Octal 176 376 256 62 0 37 0 216 142 113
Binary 1111110 11111110 10101110 110010 0 11111 0 10001110 1100010 1001011

Color Harmonies of #7EFEAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EFEAE

Black with #7EFEAE

Text Example


Text Example

White with #7EFEAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,254,174); }

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

background-color css

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

 a { background-color: rgb(126,254,174); }

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

border-color css

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

 span { border-color: rgb(126,254,174); }

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