#7EFECC

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

Shades of Aquamarine #7EFECC

Tints of Aquamarine #7EFECC

Color information

#7EFECC (or 0x7EFECC) is unknown color: approx Aquamarine. HEX triplet: 7E, FE and CC. RGB value is (126,254,204). Sum of RGB (Red+Green+Blue) = 126+254+204=584 (77% of max value = 765). Red value is 126 (49.61% from 255 or 21.58% from 584); Green value is 254 (99.61% from 255 or 43.49% from 584); Blue value is 204 (80.08% from 255 or 34.93% from 584); Max value from RGB is 254 - color contains mainly: green. Hex color #7EFECC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EFECC is #810133. Grayscale: #D2D2D2. Windows color (decimal): -8454452 or 13434494. OLE color: 13434494.

HSL color Cylindrical-coordinate representation of color #7EFECC: hue angle of 156.56º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7EFECC is Cyan = 0.50, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB126254204-
CMYK0.5000.200.00
HSL156.56º98.46%74.51%-
HSV(B)156.56º50.39%99.61%-
XYZ54.9579.6869.61-
YUV210.03124.5968.07-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 21.58%
GREEN value IS 254 (99.61% from 255) = 43.49%
BLUE value IS 204 (80.08% from 255) = 34.93%
R=21.58%
G=43.49%
B=34.93%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1262542040.5000.200.00156.5698.4674.51
Hex7EFECC3201409d624b
Octal176376314620240235142113
Binary1111110111111101100110011001001010001001110111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EFECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,254,204); }

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

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

 a { background-color: rgb(126,254,204); }

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

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

 span { border-color: rgb(126,254,204); }

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