#7EFFC0

Color #7EFFC0 Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aquamarine #7EFFC0

Tints of Aquamarine #7EFFC0

Color information

#7EFFC0 (or 0x7EFFC0) is unknown color: approx Aquamarine. HEX triplet: 7E, FF and C0. RGB value is (126,255,192). Sum of RGB (Red+Green+Blue) = 126+255+192=573 (75% of max value = 765). Red value is 126 (49.61% from 255 or 21.99% from 573); Green value is 255 (100% from 255 or 44.50% from 573); Blue value is 192 (75.39% from 255 or 33.51% from 573); Max value from RGB is 255 - color contains mainly: green. Hex color #7EFFC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EFFC0 is #81003F. Grayscale: #D1D1D1. Windows color (decimal): -8454208 or 12648318. OLE color: 12648318.

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

Color convert

RGB126255192-
CMYK0.5100.250
HSL150.7º100%74.71%-
HSV(B)150.7º50.59%100%-
XYZ53.8879.7662.42-
YUV209.25118.2668.62-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 21.99%
GREEN value IS 255 (100% from 255) = 44.50%
BLUE value IS 192 (75.39% from 255) = 33.51%
R=21.99%
G=44.50%
B=33.51%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1262551920.5100.250150.710074.71
Hex7EFFC033019097644b
Octal176377300630310227144113
Binary1111110111111111100000011001101100101001011111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EFFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7EFFC0;
 }
 .AnyTagClassName
 {
   color: #7EFFC0;
 }
</style>
background-color css

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

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

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

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

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

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