Html Css Color HEX #7EFFBF Aquamarine

📋 copy color: '#7EFFBF'

red 126 ◦ green 255 ◦ blue 191

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

Shades of Aquamarine #7EFFBF

Tints of Aquamarine #7EFFBF

RGB

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

 GREEN value IS 255 (100% from 255) = 44.58%

 BLUE value IS 191 (75% from 255) = 33.39%

R = 22.03%
G = 44.58%
B = 33.39%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#7EFFBF (or 0x7EFFBF) is known color: Aquamarine. HEX triplet: 7E, FF and BF. RGB value is (126,255,191). Sum of RGB (Red+Green+Blue) = 126+255+191=572 (75% of max value = 765). Red value is 126 (49.61% from 255 or 22.03% from 572); Green value is 255 (100% from 255 or 44.58% from 572); Blue value is 191 (75% from 255 or 33.39% from 572); Max value from RGB is 255 - color contains mainly: green. Hex color #7EFFBF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EFFBF is #810040. Grayscale: #D1D1D1. Windows color (decimal): -8454209 or 12582782. OLE color: 12582782.

HSL color Cylindrical-coordinate representation of color #7EFFBF: hue angle of 150.23º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7EFFBF is Cyan = 0.51, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB 126 255 191 -
CMYK 0.51 0 0.25 0
HSL 150.23º 1% 0.75% -
HSV(B) 150.23º 0.51% 1% -
XYZ 53.77 79.72 61.84 -
YUV 209.13 117.76 68.7 -
System Red Green Blue C M Y K H S L
Decimal 126 255 191 0.51 0 0.25 0 150.23 1 0.75
Hex 7E FF BF 33 0 19 0 96 64 4B
Octal 176 377 277 63 0 31 0 226 144 113
Binary 1111110 11111111 10111111 110011 0 11001 0 10010110 1100100 1001011

Color Harmonies of #7EFFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EFFBF

Black with #7EFFBF

Text Example


Text Example

White with #7EFFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,255,191); }

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

background-color css

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

 a { background-color: rgb(126,255,191); }

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

border-color css

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

 span { border-color: rgb(126,255,191); }

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