#7FFEDC

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

Shades of Aquamarine #7FFEDC

Tints of Aquamarine #7FFEDC

Color information

#7FFEDC (or 0x7FFEDC) is unknown color: approx Aquamarine. HEX triplet: 7F, FE and DC. RGB value is (127,254,220). Sum of RGB (Red+Green+Blue) = 127+254+220=601 (79% of max value = 765). Red value is 127 (50% from 255 or 21.13% from 601); Green value is 254 (99.61% from 255 or 42.26% from 601); Blue value is 220 (86.33% from 255 or 36.61% from 601); Max value from RGB is 254 - color contains mainly: green. Hex color #7FFEDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FFEDC is #800123. Grayscale: #D4D4D4. Windows color (decimal): -8388900 or 14483071. OLE color: 14483071.

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

Color convert

RGB127254220-
CMYK0.5000.130.00
HSL163.94º98.45%74.71%-
HSV(B)163.94º50%99.61%-
XYZ57.1180.5680.25-
YUV212.15132.4267.26-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 21.13%
GREEN value IS 254 (99.61% from 255) = 42.26%
BLUE value IS 220 (86.33% from 255) = 36.61%
R=21.13%
G=42.26%
B=36.61%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1272542200.5000.130.00163.9498.4574.71
Hex7FFEDC320D0a4624b
Octal177376334620150244142113
Binary111111111111110110111001100100110101010010011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FFEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,254,220); }

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

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

 a { background-color: rgb(127,254,220); }

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

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

 span { border-color: rgb(127,254,220); }

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