#7EFCCA

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

Shades of Aquamarine #7EFCCA

Tints of Aquamarine #7EFCCA

Color information

#7EFCCA (or 0x7EFCCA) is unknown color: approx Aquamarine. HEX triplet: 7E, FC and CA. RGB value is (126,252,202). Sum of RGB (Red+Green+Blue) = 126+252+202=580 (76% of max value = 765). Red value is 126 (49.61% from 255 or 21.72% from 580); Green value is 252 (98.83% from 255 or 43.45% from 580); Blue value is 202 (79.30% from 255 or 34.83% from 580); Max value from RGB is 252 - color contains mainly: green. Hex color #7EFCCA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EFCCA is #810335. Grayscale: #D0D0D0. Windows color (decimal): -8454966 or 13302910. OLE color: 13302910.

HSL color Cylindrical-coordinate representation of color #7EFCCA: hue angle of 156.19º 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 #7EFCCA is Cyan = 0.5, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB126252202-
CMYK0.500.200.01
HSL156.19º95.45%74.12%-
HSV(B)156.19º50%98.82%-
XYZ54.0878.3268.14-
YUV208.63124.2669.07-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 21.72%
GREEN value IS 252 (98.83% from 255) = 43.45%
BLUE value IS 202 (79.30% from 255) = 34.83%
R=21.72%
G=43.45%
B=34.83%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1262522020.500.200.01156.1995.4574.12
Hex7EFCCA3201419c5f4a
Octal176374312620241234137112
Binary1111110111111001100101011001001010011001110010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EFCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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