#7BFAB1

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

Shades of Aquamarine #7BFAB1

Tints of Aquamarine #7BFAB1

Color information

#7BFAB1 (or 0x7BFAB1) is unknown color: approx Aquamarine. HEX triplet: 7B, FA and B1. RGB value is (123,250,177). Sum of RGB (Red+Green+Blue) = 123+250+177=550 (72% of max value = 765). Red value is 123 (48.44% from 255 or 22.36% from 550); Green value is 250 (98.05% from 255 or 45.45% from 550); Blue value is 177 (69.53% from 255 or 32.18% from 550); Max value from RGB is 250 - color contains mainly: green. Hex color #7BFAB1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7BFAB1 is #84054E. Grayscale: #CBCBCB. Windows color (decimal): -8652111 or 11663995. OLE color: 11663995.

HSL color Cylindrical-coordinate representation of color #7BFAB1: hue angle of 145.51º 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 #7BFAB1 is Cyan = 0.51, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB123250177-
CMYK0.5100.290.02
HSL145.51º92.7%73.14%-
HSV(B)145.51º50.8%98.04%-
XYZ50.2975.7653.57-
YUV203.7112.9270.44-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 22.36%
GREEN value IS 250 (98.05% from 255) = 45.45%
BLUE value IS 177 (69.53% from 255) = 32.18%
R=22.36%
G=45.45%
B=32.18%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1232501770.5100.290.02145.5192.773.14
Hex7BFAB13301D2925d49
Octal173372261630352222135111
Binary11110111111101010110001110011011101101001001010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BFAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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