Html Css Color HEX #7EFACE Aquamarine

📋 copy color: '#7EFACE'

red 126 ◦ green 250 ◦ blue 206

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

Shades of Aquamarine #7EFACE

Tints of Aquamarine #7EFACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.4%

R = 21.65%
G = 42.96%
B = 35.4%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#7EFACE (or 0x7EFACE) is known color: Aquamarine. HEX triplet: 7E, FA and CE. RGB value is (126,250,206). Sum of RGB (Red+Green+Blue) = 126+250+206=582 (77% of max value = 765). Red value is 126 (49.61% from 255 or 21.65% from 582); Green value is 250 (98.05% from 255 or 42.96% from 582); Blue value is 206 (80.86% from 255 or 35.40% from 582); Max value from RGB is 250 - color contains mainly: green. Hex color #7EFACE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EFACE is #810531. Grayscale: #CFCFCF. Windows color (decimal): -8455474 or 13564542. OLE color: 13564542.

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

Color convert

RGB 126 250 206 -
CMYK 0.50 0 0.18 0.02
HSL 158.71º 0.93% 0.74% -
HSV(B) 158.71º 0.5% 0.98% -
XYZ 53.93 77.26 70.46 -
YUV 207.91 126.92 69.58 -
System Red Green Blue C M Y K H S L
Decimal 126 250 206 0.50 0 0.18 0.02 158.71 0.93 0.74
Hex 7E FA CE 32 0 12 2 9F 5D 4A
Octal 176 372 316 62 0 22 2 237 135 112
Binary 1111110 11111010 11001110 110010 0 10010 10 10011111 1011101 1001010

Color Harmonies of #7EFACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EFACE

Black with #7EFACE

Text Example


Text Example

White with #7EFACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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