#7FFFB1

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

Shades of Aquamarine #7FFFB1

Tints of Aquamarine #7FFFB1

Color information

#7FFFB1 (or 0x7FFFB1) is unknown color: approx Aquamarine. HEX triplet: 7F, FF and B1. RGB value is (127,255,177). Sum of RGB (Red+Green+Blue) = 127+255+177=559 (74% of max value = 765). Red value is 127 (50% from 255 or 22.72% from 559); Green value is 255 (100% from 255 or 45.62% from 559); Blue value is 177 (69.53% from 255 or 31.66% from 559); Max value from RGB is 255 - color contains mainly: green. Hex color #7FFFB1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7FFFB1 is #80004E. Grayscale: #D0D0D0. Windows color (decimal): -8388687 or 11665279. OLE color: 11665279.

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

Color convert

RGB127255177-
CMYK0.5000.310
HSL143.44º100%74.9%-
HSV(B)143.44º50.2%100%-
XYZ52.4579.2154.12-
YUV207.84110.5970.34-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 22.72%
GREEN value IS 255 (100% from 255) = 45.62%
BLUE value IS 177 (69.53% from 255) = 31.66%
R=22.72%
G=45.62%
B=31.66%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1272551770.5000.310143.4410074.9
Hex7FFFB13201F08f644b
Octal177377261620370217144113
Binary1111111111111111011000111001001111101000111111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FFFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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