#7BFFAE

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

Shades of Aquamarine #7BFFAE

Tints of Aquamarine #7BFFAE

Color information

#7BFFAE (or 0x7BFFAE) is unknown color: approx Aquamarine. HEX triplet: 7B, FF and AE. RGB value is (123,255,174). Sum of RGB (Red+Green+Blue) = 123+255+174=552 (73% of max value = 765). Red value is 123 (48.44% from 255 or 22.28% from 552); Green value is 255 (100% from 255 or 46.20% from 552); Blue value is 174 (68.36% from 255 or 31.52% from 552); Max value from RGB is 255 - color contains mainly: green. Hex color #7BFFAE is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7BFFAE is #840051. Grayscale: #CECECE. Windows color (decimal): -8650834 or 11468667. OLE color: 11468667.

HSL color Cylindrical-coordinate representation of color #7BFFAE: hue angle of 143.18º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7BFFAE is Cyan = 0.52, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.

Color convert

RGB123255174-
CMYK0.5200.320
HSL143.18º100%74.12%-
HSV(B)143.18º51.76%100%-
XYZ51.5778.7952.53-
YUV206.3109.7768.59-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 22.28%
GREEN value IS 255 (100% from 255) = 46.20%
BLUE value IS 174 (68.36% from 255) = 31.52%
R=22.28%
G=46.20%
B=31.52%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1232551740.5200.320143.1810074.12
Hex7BFFAE3402008f644a
Octal173377256640400217144112
Binary11110111111111110101110110100010000001000111111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BFFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,255,174); }

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

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

 a { background-color: rgb(123,255,174); }

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

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

 span { border-color: rgb(123,255,174); }

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