#7BF7AC

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

Shades of Vista Blue #7BF7AC

Tints of Vista Blue #7BF7AC

Color information

#7BF7AC (or 0x7BF7AC) is unknown color: approx Vista Blue. HEX triplet: 7B, F7 and AC. RGB value is (123,247,172). Sum of RGB (Red+Green+Blue) = 123+247+172=542 (71% of max value = 765). Red value is 123 (48.44% from 255 or 22.69% from 542); Green value is 247 (96.88% from 255 or 45.57% from 542); Blue value is 172 (67.58% from 255 or 31.73% from 542); Max value from RGB is 247 - color contains mainly: green. Hex color #7BF7AC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7BF7AC is #840853. Grayscale: #C9C9C9. Windows color (decimal): -8652884 or 11335547. OLE color: 11335547.

HSL color Cylindrical-coordinate representation of color #7BF7AC: hue angle of 143.71º degrees, saturation: 0.89, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7BF7AC is Cyan = 0.50, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB123247172-
CMYK0.5000.300.03
HSL143.71º88.57%72.55%-
HSV(B)143.71º50.2%96.86%-
XYZ48.8873.7150.68-
YUV201.37111.4272.1-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 22.69%
GREEN value IS 247 (96.88% from 255) = 45.57%
BLUE value IS 172 (67.58% from 255) = 31.73%
R=22.69%
G=45.57%
B=31.73%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1232471720.5000.300.03143.7188.5772.55
Hex7BF7AC3201E3905949
Octal173367254620363220131111
Binary11110111111011110101100110010011110111001000010110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BF7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,247,172); }

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

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

 a { background-color: rgb(123,247,172); }

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

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

 span { border-color: rgb(123,247,172); }

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