#7EF9C0

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

Shades of Aquamarine #7EF9C0

Tints of Aquamarine #7EF9C0

Color information

#7EF9C0 (or 0x7EF9C0) is unknown color: approx Aquamarine. HEX triplet: 7E, F9 and C0. RGB value is (126,249,192). Sum of RGB (Red+Green+Blue) = 126+249+192=567 (75% of max value = 765). Red value is 126 (49.61% from 255 or 22.22% from 567); Green value is 249 (97.66% from 255 or 43.92% from 567); Blue value is 192 (75.39% from 255 or 33.86% from 567); Max value from RGB is 249 - color contains mainly: green. Hex color #7EF9C0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EF9C0 is #81063F. Grayscale: #CDCDCD. Windows color (decimal): -8455744 or 12646782. OLE color: 12646782.

HSL color Cylindrical-coordinate representation of color #7EF9C0: hue angle of 152.2º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7EF9C0 is Cyan = 0.49, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB126249192-
CMYK0.4900.230.02
HSL152.2º91.11%73.53%-
HSV(B)152.2º49.4%97.65%-
XYZ51.9975.9961.8-
YUV205.72120.2571.13-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 22.22%
GREEN value IS 249 (97.66% from 255) = 43.92%
BLUE value IS 192 (75.39% from 255) = 33.86%
R=22.22%
G=43.92%
B=33.86%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1262491920.4900.230.02152.291.1173.53
Hex7EF9C0310172985b4a
Octal176371300610272230133112
Binary11111101111100111000000110001010111101001100010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EF9C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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