#7BF6BF

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

Shades of Aquamarine #7BF6BF

Tints of Aquamarine #7BF6BF

Color information

#7BF6BF (or 0x7BF6BF) is unknown color: approx Aquamarine. HEX triplet: 7B, F6 and BF. RGB value is (123,246,191). Sum of RGB (Red+Green+Blue) = 123+246+191=560 (74% of max value = 765). Red value is 123 (48.44% from 255 or 21.96% from 560); Green value is 246 (96.48% from 255 or 43.93% from 560); Blue value is 191 (75% from 255 or 34.11% from 560); Max value from RGB is 246 - color contains mainly: green. Hex color #7BF6BF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BF6BF is #840940. Grayscale: #CBCBCB. Windows color (decimal): -8653121 or 12580475. OLE color: 12580475.

HSL color Cylindrical-coordinate representation of color #7BF6BF: hue angle of 153.17º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7BF6BF is Cyan = 0.50, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB123246191-
CMYK0.5000.220.04
HSL153.17º87.23%72.35%-
HSV(B)153.17º50%96.47%-
XYZ50.5373.8860.89-
YUV202.95121.2570.97-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 21.96%
GREEN value IS 246 (96.48% from 255) = 43.93%
BLUE value IS 191 (75% from 255) = 34.11%
R=21.96%
G=43.93%
B=34.11%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1232461910.5000.220.04153.1787.2372.35
Hex7BF6BF320164995748
Octal173366277620264231127110
Binary111101111110110101111111100100101101001001100110101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BF6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,246,191); }

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

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

 a { background-color: rgb(123,246,191); }

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

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

 span { border-color: rgb(123,246,191); }

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