Html Css Color HEX #7EFEDC Aquamarine

📋 copy color: '#7EFEDC'

red 126 ◦ green 254 ◦ blue 220

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

Shades of Aquamarine #7EFEDC

Tints of Aquamarine #7EFEDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.67%

R = 21%
G = 42.33%
B = 36.67%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#7EFEDC (or 0x7EFEDC) is known color: Aquamarine. HEX triplet: 7E, FE and DC. RGB value is (126,254,220). Sum of RGB (Red+Green+Blue) = 126+254+220=600 (79% of max value = 765). Red value is 126 (49.61% from 255 or 21% from 600); Green value is 254 (99.61% from 255 or 42.33% from 600); Blue value is 220 (86.33% from 255 or 36.67% from 600); Max value from RGB is 254 - color contains mainly: green. Hex color #7EFEDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EFEDC is #810123. Grayscale: #D3D3D3. Windows color (decimal): -8454436 or 14483070. OLE color: 14483070.

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

Color convert

RGB 126 254 220 -
CMYK 0.50 0 0.13 0.00
HSL 164.06º 0.98% 0.75% -
HSV(B) 164.06º 0.5% 1% -
XYZ 56.96 80.49 80.24 -
YUV 211.85 132.59 66.76 -
System Red Green Blue C M Y K H S L
Decimal 126 254 220 0.50 0 0.13 0.00 164.06 0.98 0.75
Hex 7E FE DC 32 0 D 0 A4 62 4B
Octal 176 376 334 62 0 15 0 244 142 113
Binary 1111110 11111110 11011100 110010 0 1101 0 10100100 1100010 1001011

Color Harmonies of #7EFEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EFEDC

Black with #7EFEDC

Text Example


Text Example

White with #7EFEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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