Html Css Color HEX #7EFFE7 Aquamarine

📋 copy color: '#7EFFE7'

red 126 ◦ green 255 ◦ blue 231

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

Shades of Aquamarine #7EFFE7

Tints of Aquamarine #7EFFE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 37.75%

R = 20.59%
G = 41.67%
B = 37.75%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.09

 K value IS 0

RGB Variations

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

Color information

#7EFFE7 (or 0x7EFFE7) is known color: Aquamarine. HEX triplet: 7E, FF and E7. RGB value is (126,255,231). Sum of RGB (Red+Green+Blue) = 126+255+231=612 (81% of max value = 765). Red value is 126 (49.61% from 255 or 20.59% from 612); Green value is 255 (100% from 255 or 41.67% from 612); Blue value is 231 (90.62% from 255 or 37.75% from 612); Max value from RGB is 255 - color contains mainly: green. Hex color #7EFFE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7EFFE7 is #810018. Grayscale: #D5D5D5. Windows color (decimal): -8454169 or 15204222. OLE color: 15204222.

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

Color convert

RGB 126 255 231 -
CMYK 0.51 0 0.09 0
HSL 168.84º 1% 0.75% -
HSV(B) 168.84º 0.51% 1% -
XYZ 58.79 81.73 88.28 -
YUV 213.69 137.76 65.45 -
System Red Green Blue C M Y K H S L
Decimal 126 255 231 0.51 0 0.09 0 168.84 1 0.75
Hex 7E FF E7 33 0 9 0 A9 64 4B
Octal 176 377 347 63 0 11 0 251 144 113
Binary 1111110 11111111 11100111 110011 0 1001 0 10101001 1100100 1001011

Color Harmonies of #7EFFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EFFE7

Black with #7EFFE7

Text Example


Text Example

White with #7EFFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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