#7BFACE

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

Shades of Aquamarine #7BFACE

Tints of Aquamarine #7BFACE

Color information

#7BFACE (or 0x7BFACE) is unknown color: approx Aquamarine. HEX triplet: 7B, FA and CE. RGB value is (123,250,206). Sum of RGB (Red+Green+Blue) = 123+250+206=579 (76% of max value = 765). Red value is 123 (48.44% from 255 or 21.24% from 579); Green value is 250 (98.05% from 255 or 43.18% from 579); Blue value is 206 (80.86% from 255 or 35.58% from 579); Max value from RGB is 250 - color contains mainly: green. Hex color #7BFACE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BFACE is #840531. Grayscale: #CFCFCF. Windows color (decimal): -8652082 or 13564539. OLE color: 13564539.

HSL color Cylindrical-coordinate representation of color #7BFACE: hue angle of 159.21º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7BFACE is Cyan = 0.51, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB123250206-
CMYK0.5100.180.02
HSL159.21º92.7%73.14%-
HSV(B)159.21º50.8%98.04%-
XYZ53.4977.0470.44-
YUV207.01127.4268.08-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 21.24%
GREEN value IS 250 (98.05% from 255) = 43.18%
BLUE value IS 206 (80.86% from 255) = 35.58%
R=21.24%
G=43.18%
B=35.58%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1232502060.5100.180.02159.2192.773.14
Hex7BFACE3301229f5d49
Octal173372316630222237135111
Binary11110111111101011001110110011010010101001111110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BFACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,250,206); }

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

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

 a { background-color: rgb(123,250,206); }

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

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

 span { border-color: rgb(123,250,206); }

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