#7EFCDA

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

Shades of Aquamarine #7EFCDA

Tints of Aquamarine #7EFCDA

Color information

#7EFCDA (or 0x7EFCDA) is unknown color: approx Aquamarine. HEX triplet: 7E, FC and DA. RGB value is (126,252,218). Sum of RGB (Red+Green+Blue) = 126+252+218=596 (78% of max value = 765). Red value is 126 (49.61% from 255 or 21.14% from 596); Green value is 252 (98.83% from 255 or 42.28% from 596); Blue value is 218 (85.55% from 255 or 36.58% from 596); Max value from RGB is 252 - color contains mainly: green. Hex color #7EFCDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EFCDA is #810325. Grayscale: #D2D2D2. Windows color (decimal): -8454950 or 14351486. OLE color: 14351486.

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

Color convert

RGB126252218-
CMYK0.500.130.01
HSL163.81º95.45%74.12%-
HSV(B)163.81º50%98.82%-
XYZ56.0779.1278.65-
YUV210.45132.2667.76-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 21.14%
GREEN value IS 252 (98.83% from 255) = 42.28%
BLUE value IS 218 (85.55% from 255) = 36.58%
R=21.14%
G=42.28%
B=36.58%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1262522180.500.130.01163.8195.4574.12
Hex7EFCDA320D1a45f4a
Octal176374332620151244137112
Binary111111011111100110110101100100110111010010010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EFCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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