#7FFFBF

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

Shades of Aquamarine #7FFFBF

Tints of Aquamarine #7FFFBF

Color information

#7FFFBF (or 0x7FFFBF) is unknown color: approx Aquamarine. HEX triplet: 7F, FF and BF. RGB value is (127,255,191). Sum of RGB (Red+Green+Blue) = 127+255+191=573 (75% of max value = 765). Red value is 127 (50% from 255 or 22.16% from 573); Green value is 255 (100% from 255 or 44.50% from 573); Blue value is 191 (75% from 255 or 33.33% from 573); Max value from RGB is 255 - color contains mainly: green. Hex color #7FFFBF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FFFBF is #800040. Grayscale: #D1D1D1. Windows color (decimal): -8388673 or 12582783. OLE color: 12582783.

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

Color convert

RGB127255191-
CMYK0.5000.250
HSL150º100%74.9%-
HSV(B)150º50.2%100%-
XYZ53.9279.7961.85-
YUV209.43117.5969.2-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 22.16%
GREEN value IS 255 (100% from 255) = 44.50%
BLUE value IS 191 (75% from 255) = 33.33%
R=22.16%
G=44.50%
B=33.33%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1272551910.5000.25015010074.9
Hex7FFFBF32019096644b
Octal177377277620310226144113
Binary1111111111111111011111111001001100101001011011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FFFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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