#7CFFE0

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

Shades of Aquamarine #7CFFE0

Tints of Aquamarine #7CFFE0

Color information

#7CFFE0 (or 0x7CFFE0) is unknown color: approx Aquamarine. HEX triplet: 7C, FF and E0. RGB value is (124,255,224). Sum of RGB (Red+Green+Blue) = 124+255+224=603 (79% of max value = 765). Red value is 124 (48.83% from 255 or 20.56% from 603); Green value is 255 (100% from 255 or 42.29% from 603); Blue value is 224 (87.89% from 255 or 37.15% from 603); Max value from RGB is 255 - color contains mainly: green. Hex color #7CFFE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CFFE0 is #83001F. Grayscale: #D4D4D4. Windows color (decimal): -8585248 or 14745468. OLE color: 14745468.

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

Color convert

RGB124255224-
CMYK0.5100.120
HSL165.8º100%74.31%-
HSV(B)165.8º51.37%100%-
XYZ57.5381.1983.16-
YUV212.3134.665.02-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 20.56%
GREEN value IS 255 (100% from 255) = 42.29%
BLUE value IS 224 (87.89% from 255) = 37.15%
R=20.56%
G=42.29%
B=37.15%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1242552240.5100.120165.810074.31
Hex7CFFE0330C0a6644a
Octal174377340630140246144112
Binary111110011111111111000001100110110001010011011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CFFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,255,224); }

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

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

 a { background-color: rgb(124,255,224); }

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

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

 span { border-color: rgb(124,255,224); }

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