Html Css Color HEX #7EFFAF Aquamarine

📋 copy color: '#7EFFAF'

red 126 ◦ green 255 ◦ blue 175

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

Shades of Aquamarine #7EFFAF

Tints of Aquamarine #7EFFAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 31.47%

R = 22.66%
G = 45.86%
B = 31.47%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#7EFFAF (or 0x7EFFAF) is known color: Aquamarine. HEX triplet: 7E, FF and AF. RGB value is (126,255,175). Sum of RGB (Red+Green+Blue) = 126+255+175=556 (73% of max value = 765). Red value is 126 (49.61% from 255 or 22.66% from 556); Green value is 255 (100% from 255 or 45.86% from 556); Blue value is 175 (68.75% from 255 or 31.47% from 556); Max value from RGB is 255 - color contains mainly: green. Hex color #7EFFAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7EFFAF is #810050. Grayscale: #CFCFCF. Windows color (decimal): -8454225 or 11534206. OLE color: 11534206.

HSL color Cylindrical-coordinate representation of color #7EFFAF: hue angle of 142.79º 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 #7EFFAF is Cyan = 0.51, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB 126 255 175 -
CMYK 0.51 0 0.31 0
HSL 142.79º 1% 0.75% -
HSV(B) 142.79º 0.51% 1% -
XYZ 52.1 79.05 53.07 -
YUV 207.31 109.76 70 -
System Red Green Blue C M Y K H S L
Decimal 126 255 175 0.51 0 0.31 0 142.79 1 0.75
Hex 7E FF AF 33 0 1F 0 8F 64 4B
Octal 176 377 257 63 0 37 0 217 144 113
Binary 1111110 11111111 10101111 110011 0 11111 0 10001111 1100100 1001011

Color Harmonies of #7EFFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EFFAF

Black with #7EFFAF

Text Example


Text Example

White with #7EFFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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