Html Css Color HEX #7EF6BA Aquamarine

📋 copy color: '#7EF6BA'

red 126 ◦ green 246 ◦ blue 186

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

Shades of Aquamarine #7EF6BA

Tints of Aquamarine #7EF6BA

RGB

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

 GREEN value IS 246 (96.48% from 255) = 44.09%

 BLUE value IS 186 (73.05% from 255) = 33.33%

R = 22.58%
G = 44.09%
B = 33.33%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#7EF6BA (or 0x7EF6BA) is known color: Aquamarine. HEX triplet: 7E, F6 and BA. RGB value is (126,246,186). Sum of RGB (Red+Green+Blue) = 126+246+186=558 (73% of max value = 765). Red value is 126 (49.61% from 255 or 22.58% from 558); Green value is 246 (96.48% from 255 or 44.09% from 558); Blue value is 186 (73.05% from 255 or 33.33% from 558); Max value from RGB is 246 - color contains mainly: green. Hex color #7EF6BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EF6BA is #810945. Grayscale: #CBCBCB. Windows color (decimal): -8456518 or 12252798. OLE color: 12252798.

HSL color Cylindrical-coordinate representation of color #7EF6BA: hue angle of 150º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7EF6BA is Cyan = 0.49, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB 126 246 186 -
CMYK 0.49 0 0.24 0.04
HSL 150º 0.87% 0.73% -
HSV(B) 150º 0.49% 0.96% -
XYZ 50.42 73.89 58.06 -
YUV 203.28 118.24 72.88 -
System Red Green Blue C M Y K H S L
Decimal 126 246 186 0.49 0 0.24 0.04 150 0.87 0.73
Hex 7E F6 BA 31 0 18 4 96 57 49
Octal 176 366 272 61 0 30 4 226 127 111
Binary 1111110 11110110 10111010 110001 0 11000 100 10010110 1010111 1001001

Color Harmonies of #7EF6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EF6BA

Black with #7EF6BA

Text Example


Text Example

White with #7EF6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,246,186); }

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

background-color css

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

 a { background-color: rgb(126,246,186); }

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

border-color css

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

 span { border-color: rgb(126,246,186); }

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