#7FFFAF

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

Shades of Aquamarine #7FFFAF

Tints of Aquamarine #7FFFAF

Color information

#7FFFAF (or 0x7FFFAF) is unknown color: approx Aquamarine. HEX triplet: 7F, FF and AF. RGB value is (127,255,175). Sum of RGB (Red+Green+Blue) = 127+255+175=557 (73% of max value = 765). Red value is 127 (50% from 255 or 22.80% from 557); Green value is 255 (100% from 255 or 45.78% from 557); Blue value is 175 (68.75% from 255 or 31.42% from 557); Max value from RGB is 255 - color contains mainly: green. Hex color #7FFFAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7FFFAF is #800050. Grayscale: #CFCFCF. Windows color (decimal): -8388689 or 11534207. OLE color: 11534207.

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

Color convert

RGB127255175-
CMYK0.5000.310
HSL142.5º100%74.9%-
HSV(B)142.5º50.2%100%-
XYZ52.2579.1353.08-
YUV207.61109.5970.5-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 22.80%
GREEN value IS 255 (100% from 255) = 45.78%
BLUE value IS 175 (68.75% from 255) = 31.42%
R=22.80%
G=45.78%
B=31.42%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1272551750.5000.310142.510074.9
Hex7FFFAF3201F08e644b
Octal177377257620370216144113
Binary1111111111111111010111111001001111101000111011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FFFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,255,175); }

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

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

 a { background-color: rgb(127,255,175); }

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

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

 span { border-color: rgb(127,255,175); }

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