#7FF7B6

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

Shades of Aquamarine #7FF7B6

Tints of Aquamarine #7FF7B6

Color information

#7FF7B6 (or 0x7FF7B6) is unknown color: approx Aquamarine. HEX triplet: 7F, F7 and B6. RGB value is (127,247,182). Sum of RGB (Red+Green+Blue) = 127+247+182=556 (73% of max value = 765). Red value is 127 (50% from 255 or 22.84% from 556); Green value is 247 (96.88% from 255 or 44.42% from 556); Blue value is 182 (71.48% from 255 or 32.73% from 556); Max value from RGB is 247 - color contains mainly: green. Hex color #7FF7B6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FF7B6 is #800849. Grayscale: #CBCBCB. Windows color (decimal): -8390730 or 11990911. OLE color: 11990911.

HSL color Cylindrical-coordinate representation of color #7FF7B6: hue angle of 147.5º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7FF7B6 is Cyan = 0.49, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.03.

Color convert

RGB127247182-
CMYK0.4900.260.03
HSL147.5º88.24%73.33%-
HSV(B)147.5º48.58%96.86%-
XYZ50.4674.4155.96-
YUV203.71115.7473.29-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 22.84%
GREEN value IS 247 (96.88% from 255) = 44.42%
BLUE value IS 182 (71.48% from 255) = 32.73%
R=22.84%
G=44.42%
B=32.73%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1272471820.4900.260.03147.588.2473.33
Hex7FF7B63101A3945849
Octal177367266610323224130111
Binary11111111111011110110110110001011010111001010010110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FF7B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,247,182); }

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

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

 a { background-color: rgb(127,247,182); }

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

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

 span { border-color: rgb(127,247,182); }

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