Html Css Color HEX #7EFCAE Aquamarine

📋 copy color: '#7EFCAE'

red 126 ◦ green 252 ◦ blue 174

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

Shades of Aquamarine #7EFCAE

Tints of Aquamarine #7EFCAE

RGB

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

 GREEN value IS 252 (98.83% from 255) = 45.65%

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

R = 22.83%
G = 45.65%
B = 31.52%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#7EFCAE (or 0x7EFCAE) is known color: Aquamarine. HEX triplet: 7E, FC and AE. RGB value is (126,252,174). Sum of RGB (Red+Green+Blue) = 126+252+174=552 (73% of max value = 765). Red value is 126 (49.61% from 255 or 22.83% from 552); Green value is 252 (98.83% from 255 or 45.65% from 552); Blue value is 174 (68.36% from 255 or 31.52% from 552); Max value from RGB is 252 - color contains mainly: green. Hex color #7EFCAE is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7EFCAE is #810351. Grayscale: #CDCDCD. Windows color (decimal): -8454994 or 11467902. OLE color: 11467902.

HSL color Cylindrical-coordinate representation of color #7EFCAE: hue angle of 142.86º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7EFCAE is Cyan = 0.5, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB 126 252 174 -
CMYK 0.5 0 0.31 0.01
HSL 142.86º 0.95% 0.74% -
HSV(B) 142.86º 0.5% 0.99% -
XYZ 51.05 77.11 52.24 -
YUV 205.43 110.26 71.34 -
System Red Green Blue C M Y K H S L
Decimal 126 252 174 0.5 0 0.31 0.01 142.86 0.95 0.74
Hex 7E FC AE 32 0 1F 1 8F 5F 4A
Octal 176 374 256 62 0 37 1 217 137 112
Binary 1111110 11111100 10101110 110010 0 11111 1 10001111 1011111 1001010

Color Harmonies of #7EFCAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EFCAE

Black with #7EFCAE

Text Example


Text Example

White with #7EFCAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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