#7EFCDE

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

Shades of Aquamarine #7EFCDE

Tints of Aquamarine #7EFCDE

Color information

#7EFCDE (or 0x7EFCDE) is unknown color: approx Aquamarine. HEX triplet: 7E, FC and DE. RGB value is (126,252,222). Sum of RGB (Red+Green+Blue) = 126+252+222=600 (79% of max value = 765). Red value is 126 (49.61% from 255 or 21% from 600); Green value is 252 (98.83% from 255 or 42% from 600); Blue value is 222 (87.11% from 255 or 37% from 600); Max value from RGB is 252 - color contains mainly: green. Hex color #7EFCDE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EFCDE is #810321. Grayscale: #D2D2D2. Windows color (decimal): -8454946 or 14613630. OLE color: 14613630.

HSL color Cylindrical-coordinate representation of color #7EFCDE: hue angle of 165.71º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7EFCDE is Cyan = 0.5, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB126252222-
CMYK0.500.120.01
HSL165.71º95.45%74.12%-
HSV(B)165.71º50%98.82%-
XYZ56.679.3381.44-
YUV210.91134.2667.44-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 21%
GREEN value IS 252 (98.83% from 255) = 42%
BLUE value IS 222 (87.11% from 255) = 37%
R=21%
G=42%
B=37%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1262522220.500.120.01165.7195.4574.12
Hex7EFCDE320C1a65f4a
Octal176374336620141246137112
Binary111111011111100110111101100100110011010011010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EFCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,252,222); }

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

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

 a { background-color: rgb(126,252,222); }

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

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

 span { border-color: rgb(126,252,222); }

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